I activated url rewrite so I must rename htaccess.txt to .htaccess but in the installation folder there is already both htaccess.txt and .htaccess
But if I open the 2 files they are different.
Have I to delete existing .htaccess and then rename htaccess.txt to .htaccess?
the .htaccess is this one:
Code: Select all
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName url.com
AuthUserFile /home/xxxxx/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/xxxxx/public_html/_vti_pvt/service.grp