Friday, March 09, 2007

.htaccess file


ErrorDocument 404 /a.html
#Options -Indexes  # do not list files
#deny from 127.0.0.1    #deny  access from ip can use deny from all
#DirectoryIndex a.html
RewriteEngine On
Redirect /in.html http://www.google.com

No comments:

Post a Comment