Alright, I got an Apache localhost server up and running with PHP and MySql. Now I want to be able to use a .htaccess
file as well to use RewriteRule
, But I'm at a loss where to put it.
I have these directories:
C:\dev\progs
where Apache PHP and MySQL are stored, each in their own sub-directories, ie. C:\dev\progs\Apache
and so on...
C:\dev\www
where all the site files are stored.
I need to know where to put the .htaccess
file, what configuration I need to do, and if what I'm my hopes and dreams are all for nothing.
Thanks
.htaccess
config should not be used if you have access to the server config file, which in this case, you do. – DJDavid98 Jan 23 at 22:05.htaccess
files. – KFox Jan 23 at 23:19