|
|
Apache Tutorial: Enable mod_rewrite In Windows - A brief action guide to enable mod_rewrite in Windows | ||
Discussion by sid.calcutta with 9 Replies.
Last Update: October 18, 2011, 9:34 pm ( View Rated (3) ) | |||
![]() |
|
|
If you are using Windows OS and want to enable mod_rewrite module here is how to do it.
This is the general configuration guideline both for Windows and Linux server:
QUOTE
1. Find the httpd.conf file (usually you will find it in a folder called conf, config or something along those lines)2. Inside the httpd.conf file uncomment the line LoadModule rewrite_module modules/mod_rewrite.so (remove the pound '#' sign from in front of the line)
3. Also find the line ClearModuleList is uncommented then find and make sure that the line AddModule mod_rewrite.c is not commented out.
For Windows, find the following section in httpd.conf file:
QUOTE
DocumentRoot "C:/path/to/my/root"
#
# Each directory to which Apache has access, can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# permissions.
#
Now modify the option for AllowOverride to look like this:
<Directory />
Options All
AllowOverride All
</Directory>
This small modification in httpd.conf file will enable mod_rewrite in Windows server.
An excellent website that gives in-depth discussion on mod_rewrite is Doriat.om- Mod_Rewrite Tutorials Board.
Regards,
Sid
Further:
I need to use mod_rewrite to change a query sting from http://web_site/page.asp?545003 to something like,
http://web_site/page545003.htm - so search engines will like me.
I use Frontpage2003 and apache windows server, I have turned off front page extentions. and have made a .htaccess file.
I have tried to find a httpd.conf to edit but no luck. I have not seen any evidence that anything I have tried even works at all. I need help with the first steps in getting mod_rewrite to do anything at this point.
Thanks
Jim
Apache Tutorial: Enable mod_rewrite In Windows
I have been tring to get a mod_rewrite going for weeks and can not get pass the modification of this file. The tech guys say everything under the sun but no one noes anything about having acces to this file on the window server??
Thanks
Jim
I have noticed my httpd.Conf and got some dissimilarities with the steps mentioned here.
1. There is no line with "ClearModuleList"in httpd.Conf
2. There is no word "mod_rewrite.C" in httpd.Conf
I am using Apache/2.2.8 (Win32) PHP/5.2.0
-reply by Goutam Reja
Thanks for this, although I'm still experiencing a problem with url rewriting this article is helpful. My httpd.Conf file doesn't contain the ClearModuleList instruction as well. I'll figure out where I need to add the ClearModuleList and hopefully that will fix the problem.
Thanks,
-reply by James Radford (Web Developer)
So... How to make the apache under windows could eventually accepting mod_rewrite.So ?I also already tried out some steps mentioned before but ending with no luck... OMG :(
-reply by gugum
QUOTE (yordan)
Ahem! Brrm! "Run Linux" is not an acceptable answer to a topic named "XXXXX Windows"Link: view Post: 160269
my apologies... didn't read the initial post properly
last time i used WAMP Server, mod_rewrite was one of the options which can be toggled by right clicking the WAMP Server icon on notification area... probably under settings or options...
i wonder if .htaccess applies on IIS as well?
Similar Topics:
Want To Install Apache Mysql Php ...
How To Enable User Login Security O...
Complete Guide Install Run And Ma...
Search Engine Submitting Software. (1)
|
(0) Additional Parameters In mod_rewrite URLs How to pass additional parameters in mod_rewrite urls
|
HOME 






