with .htaccess contain
Code: Select all
# This folder does not require access over HTTP
# (the following directive denies access by default)
Order allow,deny
RewriteEngine on
RewriteRule ^bob\.html$ /alice.html [L]
Moderator: General Moderators
Code: Select all
# This folder does not require access over HTTP
# (the following directive denies access by default)
Order allow,deny
RewriteEngine on
RewriteRule ^bob\.html$ /alice.html [L]
Code: Select all
# (the following directive denies access by default)I removed this line but still not workingtasairis wrote:Seriously.Code: Select all
# (the following directive denies access by default)
thanks Jackpf I solved it by addingjackpf wrote:Ok, 1 that line is a comment so won't do anything.
2, this is apache, not php.
And 3, you're denying access to the directory, so trying to rewrite urls to there is not going to work.