Forum Moderators: phranque
not working
RewriteCond %{HTTP_HOST} !^(www\.example\.com)?$ [NC]
I currently have a .htaccess in the folder I am trying to access, will this file override any other .htaccess files that are on parent folder correct
Next I have comment everything except RewriteEngine On in my .htaccess and when I access the folder it redirects me to another folder(I had a rule previously in .htaccess to redirect any file on another folder which now is comment out). Is .htaccess stored in cache as it ignores my .htaccess and make use of old rules that no longer exists in the current file.