#RewriteEngine On
#RewriteBase /csnew/
I commented out those two lines in my HTACCESS file, whenever I type in my domain address with a directory and/or file added on that doesn't exist, it keeps loading my web site because it's constantly searching within the directory /CSNEW/ but commenting it out, isn't preventing this ?
Changing Permissions and delete directories.
<Files .htaccess>
order allow,deny
deny from all
</Files>
From my understanding the above code, is preventing me from changing the permissions or deleting any directories. I commented it out, but I can't delete or change the permissions of any directory or file ?