Showing posts with label .htaccess enable in php.. Show all posts
Showing posts with label .htaccess enable in php.. Show all posts
Enable Htaccess in localhost AppServ
Posted by Raj
Enable Htaccess in localhost AppServ.
In this tutorials,I will show how to enable htaccess in localhost AppServ
In this tutorials,I will show how to enable htaccess in localhost AppServ
1) Open AppSer installed folder
For Example In Windows:
D:\AppServ\Apache2.2\conf\
D:\AppServ\Apache2.2\conf\
OR
C:\AppServ\Apache2.2\conf\
2).Find and open httpd.conf file
3).Search below line
#LoadModule rewrite_module modules/mod_rewrite.so
4).if hash is there remove that hash("#")sign in front, becomes:
LoadModule rewrite_module modules/mod_rewrite.so.
5).save the file
6). restart the AppServe
7).Done.
Cheers..:)
