February 10, 2015

How to enable htaccess on localhost

Find your apache directly which uses the php installation .

2) Open your httpd.conf  with notepad, Which is located in the path \apache\conf directory
3) Find the code like below
1
  #LoadModule rewrite_module modules/mod_rewrite.so
Find your apache directly which uses the php installation .
2) Open your httpd.conf  with notepad, Which is located in the path \apache\conf directory
3) Find the code like below
1
  #LoadModule rewrite_module modules/mod_rewrite.so
4) Remove # from above code
5) Save httpd.conf file
6) Restart your apache server
4) Remove # from above code
5) Save httpd.conf file
6) Restart your apache server

No comments:

Post a Comment

Integrating Google reCAPTCHA v3 in HTML Form with PHP

  What is Google reCAPTCHA v3? Google reCAPTCHA is a free service that helps protect websites from spam and abuse. reCAPTCHA v3 is the lates...