Forum Moderators: phranque

Message Too Old, No Replies

Are There Tools To Check HTaccess file?

         

narsticle

2:28 pm on Sep 4, 2007 (gmt 0)

10+ Year Member



i created a htaccess file to try to eliminate query strings being indexed in google. I am not experience in creating this type of file. Are there any tools out there that i can upload my htaccess file to and get an output telling me what exactly it does to ensure i created the file successfully? thanks

RewriteEngine

6:22 pm on Sep 4, 2007 (gmt 0)

10+ Year Member



I don't have any experience with any .htaccess validators, but I use an online http viewer that allows me to specify the user-agent. So I just enter
Googlebot/2.1 (+http://www.googlebot.com/bot.html)
to test what header or content googlebot receives from my server. Try doing a search on "http viewer" in Google

g1smd

10:55 pm on Sep 4, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You need to test the rules by trying to access the site using lots of different types of URL and then seeing what you get back.

The "Live HTTP headers" extension for Mozilla Seamonkey and for Firefox is very helpful.

narsticle

2:44 pm on Sep 6, 2007 (gmt 0)

10+ Year Member



thanks guys.