Using .htaccess in Windows
Posted by Johan Cyprich on 31 Dec 2008 | Tagged as: How To
Apache is most common web server for Linux, and there are even Windows servers that use it. There are certain issues that need to be addressed in order to run the application successfully.
One problem is with the .htaccess file. In Windows, this filename isn’t valid. Its just an extension with no filename. The file can exist in NTFS, but you may have difficult finding an application that can open and edit it.
The solution is simple, change the filename to one that Windows can understand.
- Rename the file to htaccess (i.e. remove the period in front of the name).
- Locate Apache’s httpd.conf file and add the following line of text to it:
AccessFileName htaccess
Apache will now be able to read the htaccess file.
| Related posts: | |
|
|
Share this post:
Follow Me:
Did you find this post interesting and useful? You can keep up to date on this blog by subscribing to my RSS feed, or you can have new posts sent to you by e-mail. You can also follow me on Twitter.
1 Comment »
Tweet This Post!
















on 16 Jan 2009 at 7:04 pm 1.mecozz said …
i think add .htaccess only at website wp