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

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\
        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..:)


Bookmark and Share

How to enable .htaccess in wamp server

How to enable .htaccess in wamp server
In this article,I will explain how to enable .htaccess in wamp server.


1Open wamp_server  (Go to Wamp -> Right click at icon in the taskbar=> Apache=> httpd.conf)



Bookmark and Share