|
#1
|
|||
|
|||
|
hello,
i get the next message when i look at my domain: Code:
The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, xxxxxxx and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. the text in my .htacces is: Code:
php_flag register_globals on #php_flag apc.enabled off Options +FollowSymLinks RewriteEngine On RewriteRule ^go/(.*)/(.*)/$ show.php?id=$1 RewriteRule ^do/(.*)/(.*)/$ show.php?b=y&id=$1 RewriteRule ^do/(.*)/$ show.php?b=y&id=$1 RewriteRule ^go/(.*)/$ show.php?id=$1 can somebody please help me, thnx, |
|
#2
|
|||
|
|||
|
Comment out "php_flag register_globals on"
|
|
#3
|
||||
|
||||
|
_Sam_ is right about the problematic line.
I would only add that any php flag you want to change in the future, you will need to do it in a php.ini file because of suexec. |
|
#4
|
|||
|
|||
|
ahh its working now, but what is this "php_flag register_globals on" doing anyway?
which function is now cut out from my site? |
|
#5
|
|||
|
|||
|
Setting of "register_globals":
register_globals is a PHP setting that controls availability of variables that have been submitted by a user to a PHP script (such as data posted from a form, URL-encoded data, or data from cookies). In earlier releases of PHP, register_globals was set to "on", which made for easier, but less secure coding. |
![]() |
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
|
|
All times are GMT -5. The time now is 11:30 PM.









