I removed the original content of the .htaccess file with followings:
---
Options All -Indexes
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
AddType application/x-httpd-php .htm .html
---
and got a 403 Forbidden error message.
Would someone please let me know what's needed to get the modified file working ?
Thanks
---
Options All -Indexes
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
AddType application/x-httpd-php .htm .html
---
and got a 403 Forbidden error message.
Would someone please let me know what's needed to get the modified file working ?
Thanks