chriscloyd Posted November 11, 2008 Share Posted November 11, 2008 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 More sharing options...
neogranas Posted November 11, 2008 Share Posted November 11, 2008 Have you tried a simple rewrite to include www or force no www? What are the permissions and ownership on the file and is your apache config file set to allow override? Link to comment https://forums.phpfreaks.com/topic/132242-htaccess-help-not-working/#findComment-687835 Share on other sites More sharing options...
corbin Posted November 11, 2008 Share Posted November 11, 2008 Have you... tried reading the error log? Whoa! Link to comment https://forums.phpfreaks.com/topic/132242-htaccess-help-not-working/#findComment-688049 Share on other sites More sharing options...
PFMaBiSmAd Posted November 11, 2008 Share Posted November 11, 2008 So, have you checked if mod_rewrite is enabled on your web server? Stop and start your web server to get any changes made to httpd.conf to take effect. Link to comment https://forums.phpfreaks.com/topic/132242-htaccess-help-not-working/#findComment-688058 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.