Forum Moderators: phranque
AuthUserFile /home/site/web/.htpasswd
AuthGroupFile /dev/null
AuthName "Password Protected Area"
AuthType Basic
<limit GET POST>
require valid-user
</limit>
But im trying to add the following
<Files messages>
ForceType application/x-httpd-php
</Files>
To change the way the urls are going to work e.g www.thissite.com/page.php?id=4 > www.thissite.com/page/id
Any help greatly appreciated.