Jump to content


Photo

How to create local .htaccess?? [solved]


  • Please log in to reply
1 reply to this topic

#1 0x150--ISO

0x150--ISO
  • Members
  • 657 posts

Posted 15 June 2012 - 06:10 AM

So obviously Windows Directory doesnt allow for a blank file name. :roll:
Trying to create an .htaccess file on a local windows server.

Any ideas??

edit: Got it.. have to save it with quotes ".htaccess"

#2 0x150--ISO

0x150--ISO
  • Members
  • 657 posts

Posted 15 June 2012 - 04:19 PM

BTW I had to ammend local Apache httpd.conf for .htaccess redirects to work.
[color=#FF0000]#[/color]LoadModule rewrite_module modules/mod_rewrite.so [color=#008000]; uncomment[/color]
AllowOverride [color=#FF0000]None[/color] [color=#008000]; Switch all instances to 'All'[/color]