How to Test .htaccess Files

Web Development

A quick way to find out if your server is reading your .htaccess files is to type “test” or any text into it. If the .htaccess file is being used – you will get a server error when you reload a page on that site. If you do not get an error – you most likely need to adjust your AllowOveride directive so it does not use “None”.

13 thoughts on “How to Test .htaccess Files”

  1. Doug

    Why would it not be working? Perhaps you need to invest in a quality web hosting product like Mac OS X Server.

    • AtomWorks

      Are you guys being sarcastic because I’m dealing with an OS X Server at the moment and its default setup is more then a little problematic for CMS systems.

      • Jennifer Zelazny

        I am so sarcastic when it comes to OS X Server. I actually prefer to use Mac OS X when I had Xserves. The cost is too much for the added “admin” features with OS X Server…and I am sure you heard “it will be fixed in the next version” a few times.

  2. jeremiah

    you should finish this article by saing “If you get no server error page, you don’t have htaccess support on your web hoster.”

  3. jack fisher

    if the .htaccess file not working your entry page should show error ? no ?
    whyelse would you wan to test your file ??
    some additional lines may be for cache , gzip and other commands
    best regards

  4. Webteam Asia

    I had recently added some “deny” access restrictions on one of my websites’ .htaccess, Is there any way to test and see if it’s working?

    -Edward

  5. Mat

    TO TEST TO SEE IF YOU HAVE .htaccess ENABLED ON YOUR SERVER

    a.) add the following line of code to your .htaccess file
    redirect 301 /filename.html http://www.zioncrimefactory.com

    b.) create an empty filename.html file

    c.) upload .htaccess and filename.html files to your doc root

    d.) point your browser at http://www.YOURdomainNAME.com/filename.html

    e.) check result…

    if you have .htaccess enabled on your server, hey presto, you will be redirected to the truth

    good luck

  6. Dikaio

    How in the world does an OSX Server have anything to do with a .htaccess file? Ubuntu/OSX both have apache with a default install and both need you to modify the config files to get .htaccess to work.

  7. wajid

    thats a nice post you effort for this thanks for this one i want to test my site htaceesss file weather it is workiing of not

Leave a Reply

Your email address will not be published.
*
*

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Politics

The Vote: 2008

I remember voting in 1996 – my first ever Presidential election. Back in those days I attended Young Republican meetings at Penn State and I voted for Bob Dole. The next two elections I voted for the democrats that ran and even attended my first rally (for Al Gore) in Daley Plaza with Ben and […]

Hints HOWTOs

How to Find Geographical Coordinates

Ever need to find your location using latitude and longitude? Do a search for your destination using Google Maps and then when your destination is in the center of the map – type: into the browser address bar (no http or www) and your coordinates will appear.