GuitarGod Posted October 31, 2008 Share Posted October 31, 2008 Hi, Everytime I created a htaccess file with some code in it, all my pages are suddenly forbidden. How do I fix this? I've tried by using 'allow from all', but it doesn't work. I was beginning to write a mod_rewrite type code allow from all RewriteEngine On RewriteRule !.(htm)$ - [s=1] RewriteRule ^forums/(.+)\.htm$ /forums/forum.php?id=$1 [L,NC] Any suggestions? Quote Link to comment Share on other sites More sharing options...
JonnoTheDev Posted October 31, 2008 Share Posted October 31, 2008 Check you http.conf file for the the htaccess rules. Usually allowOverride or something like that Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.