How to enable mod rewrite on localhost ?

hoangvu

New member
Joined
Jun 6, 2012
Messages
1,844
Points
0
Anyone helps me tips to enable mod rewrite on Apache ?
Thank in advanced !
 

webdesign

New member
Joined
Jul 5, 2012
Messages
232
Points
0
open file httpd.conf in C:\yourlocalserver\bin\apache\Apache2.2.11\conf

find
Code:
#LoadModule rewrite_module modules/mod_rewrite.so
remove # before this line

find
Code:
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride None

#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
replace AllowOverride None to AllowOverride All
restart your apache and testing with htacess
good luck
 
Older threads
Replies
0
Views
2,236
Replies
5
Views
4,660
Replies
16
Views
8,165
Replies
34
Views
30,274
Newer threads
Latest threads
Replies
0
Views
119
Replies
2
Views
326
Replies
4
Views
409
Recommended threads
Replies
2
Views
3,578
Replies
2
Views
2,963
Replies
4
Views
2,787

Latest postsNew threads

Referral contests

Referral link for :

Sponsors

Popular tags

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top