Shaun22 Posted August 26, 2009 Share Posted August 26, 2009 This rewrite rule in my .htaccess is giving me an internal server error RewriteRule sitemap/category/[A-Za-z0-9-\/]+/(\d+) sitemap.php?intCatId=$1 [NC,L] I also have AllowOverride All set which gives me the same error which I have to hash out, the AllowOverride is set on the server to all already, do I have to include it in the htaccess? The site uses Qcodo, running PHP5 Link to comment https://forums.phpfreaks.com/topic/171919-htaccess-internal-server-error/ Share on other sites More sharing options...
wildteen88 Posted August 26, 2009 Share Posted August 26, 2009 Check Apaches error log to see why you're getting that error. Link to comment https://forums.phpfreaks.com/topic/171919-htaccess-internal-server-error/#findComment-906899 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.