Categories:
Administration (161)
Adware Spyware (43)
Apache (20)
Bluetooth (127)
DOS Commands (2)
Edge (28)
General (5)
Internet Connection (21)
Internet Explorer (224)
Media Center (14)
Media Player (135)
Mozilla Firefox (22)
MS Access (9)
Performance (204)
PHP (25)
Programming (36)
Security (109)
Silverlight (22)
Tips (144)
Tools (312)
Tutorials (39)
Windows 10 (168)
Windows 7 (1411)
Windows 8 (1712)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (71)
Windows XP (23)
Collections:
Other Resources:
Transforming (Rewrite) URL with Apache Rewrite Rules
How to tell Apache server to transform (rewrite) URL?
✍: FYIcenter.com
1. Follow our Setting Up .htaccess tutorial to define .htaccess files on your Windows system.
2. Open in "notepad" Apache server configuration file at C:\Program Files\Apache Software Foundation\Apache2.2\conf\httd.conf
3. Find the rewrite_module line and un-comment it:
LoadModule rewrite_module modules/mod_rewrite.so
4. Add the following section to turn on rewrite logging. Very useful for debugging!
<IfModule rewrite_module> RewriteLog "C:/temp/rewrite.log" RewriteLogLevel 3 </IfModule>
5. Save httd.conf and restart Apache server.
6. Open C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\dot.htaccess. Add:
RewriteEngine on RewriteRule ^(.*)\.htm$ $1.html
6. Run a Web browser and enter http://localhost:8080/index.htm. You will see that the Apache server rewrites index.htm to index.html.
2006-12-09, 13552👍, 0💬
Popular Posts:
How to block popup ads in Mozilla FireFox 2? If you are getting a lots of popup ads, and want to blo...
The overtype key seems to have been disabled since the last round of updates. I have tried following...
How to remove issch.exe from the startup application list to gain performance and reduce security ri...
What is the best way to remove programs from the startup application list? There are a number of way...
How do I display the total amount of time required to play all of the songs in my library? To view "...