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? Link to comment https://forums.phpfreaks.com/topic/130870-htaccess-403-forbidden/ 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 Link to comment https://forums.phpfreaks.com/topic/130870-htaccess-403-forbidden/#findComment-679292 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.