Jump to content

htaccess - 403 forbidden?


GuitarGod

Recommended Posts

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

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.