Does your hosting allow URGENT

Status
Not open for further replies.

scheols

New Member
Messages
47
Reaction score
0
Points
0
Does your host allow mod rewrite? I get 500 Internal Server Error with this in my htaccess file:

Code:
Options +FollowSymLinks
RewriteEngine on
RewriteRule /(.*)/$ /re.php?id=$1
 

Micro

Retired staff <i> (11-12-2008)</I>
Messages
1,301
Reaction score
0
Points
36
RewriteEngine on
RewriteRule /(.*)/$ /re.php?id=$1

Try just that, but yeah, mod_rewrite is on, i use it.
 

scheols

New Member
Messages
47
Reaction score
0
Points
0
Nope doesn't work.

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@youcade.exofire.net 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.
Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.7a mod_auth_passthrough/1.8 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.3 Server at youcade.net Port 80
 
Last edited:

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
Check your folder permissions.
If you've any folder with CHMOD 777, change it to 755.
 
Status
Not open for further replies.
Top