Jump to content

.htaccess help not working


chriscloyd

Recommended Posts

my .htaccess file is not working and i keep getting this error

 

Internal Server Error

 

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

 

Please contact the server administrator, [no address given] 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.

Apache/2.2.3 (Debian) DAV/2 SVN/1.4.2 PHP/5.2.0-8+etch13 mod_ruby/1.2.6 Ruby/1.8.5(2006-08-25) mod_ssl/2.2.3 OpenSSL/0.9.8c Server at spec-gaming.com Port 80

 

 

this is what my .htaccess code is

 

RewriteEngine On

RewriteRule ^([^/]*)$ /index.php?p=$1

RewriteRule ^([^/]*)/([^/]*)$ /index.php?p=$1&game=$2

RewriteRule ^([^/]*)/([^/]*)/([^/]*)$ /index.php?p=$1&game=$2&division=$3

RewriteRule ^([^/]*)/([^/]*)/([^/]*)/([^/]*)$ /index.php?p=$1&game=$2&division=$3&module=$4

RewriteRule ^([^/]*)/([^/]*)$ /index.php?p=$1&teamname=$2

 

Link to comment
https://forums.phpfreaks.com/topic/132242-htaccess-help-not-working/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.