
Originally Posted by
Feznizzle
I have a zc155e with torvista's version of CEON URI.
Today I noticed that the .htaccess contains a reference to my renamed admin folder:
# Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^/admin_renamed [NC]
This left me with some questions.
FIRST:
Can the .htaccess be sniffed out? Or is it readable only by my server?
SECOND:
Can I safely remove that "don't rewrite" reference altogether? I experimented with that, deleting it from my .htaccess entirely. There seem to be no problems whatsoever.
THIRD:
I found some code (haven't experimented with it yet) for denying access:
Would applying that code cause any problems?
Bookmarks