Forum Moderators: phranque
Is there a downside to using this statement? Am I missing something? I have tested this on my server using wannabrowser and it seems to work great.
Thanks
[edit to make link not work]
I don't think you need to include .htaccess in that list, because you'll generally find something like this in httpd.conf:
#
# The following lines prevent .htaccess and .htpasswd files from being
# viewed by Web clients.
#
<Files ~ "^\.ht">
Order allow,deny
Deny from all
</Files>
I'm not quite sure why you'd want to redirect back to the client. Saving bandwidth, maybe?