Gossamer Forum
Home : General : Perl Programming :

Q: ".htaccess file"

Quote Reply
Q: ".htaccess file"
In Perl, I would add a comments simply after # sign.
How do I add a comment line to .htaccess file?


Pasha

------------------
find.virtualave.net
Quote Reply
Re: Q: ".htaccess file" In reply to
Just the same Pasha. Use # also.
Quote Reply
Re: Q: ".htaccess file" In reply to
Code:
# This will display the 404 error page:
ErrorDocument 404 /404.html
Like this?

------------------
find.virtualave.net
Quote Reply
Re: Q: ".htaccess file" In reply to
You got that right Smile.