How to create .htaccess file in windows
Have you ever try to create .htaccess file in windows ?
You’ll see this error. You can’t create it using normal way you create other files.

Using below method,you still can create .htaccess file in window.
C:\>echo testing create .htaccess file > .htaccess
That is only a dummy file which is apache server will not understand what you are talking about. So you need to add your real content and save the file as usual.
Update : The easier way to create .htaccess file in windows :
1. Open notepad
2. File->Save As and key in .htaccess
3. Save
If you're new here, you may want to subscribe to my RSS feed or get my latest post directly in your mailbox. Thanks for visiting !
![[Ask]](http://www.arejae.com/blog/wp-content/plugins/bookmarkify/ask.png)
![[Bloglines]](http://www.arejae.com/blog/wp-content/plugins/bookmarkify/bloglines.png)
![[del.icio.us]](http://www.arejae.com/blog/wp-content/plugins/bookmarkify/delicious.png)
![[Digg]](http://www.arejae.com/blog/wp-content/plugins/bookmarkify/digg.png)
![[Furl]](http://www.arejae.com/blog/wp-content/plugins/bookmarkify/furl.png)
![[StumbleUpon]](http://www.arejae.com/blog/wp-content/plugins/bookmarkify/stumbleupon.png)
![[Technorati]](http://www.arejae.com/blog/wp-content/plugins/bookmarkify/technorati.png)
