Categories:
Administration (10)
Adware Spyware (7)
Apache (10)
Bluetooth (125)
DOS Commands (1)
Edge (28)
General (2)
Internet Explorer (217)
Media Center (12)
Media Player (11)
Mozilla Firefox (18)
PHP (15)
Programming (8)
Security (4)
Silverlight (15)
Tips (17)
Tools (218)
Tutorials (5)
Windows 10 (166)
Windows 7 (636)
Windows 8 (1091)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (52)
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, 14690👍, 0💬
Popular Posts:
Can I disable Windows service "ClipBook" to speedup my computer? Windows service "ClipBook" - Enable...
How to install FireFTP? FireFTP is a Mozilla FireFox 2 add-on that provides FTP client functions on ...
What is service "AeLookupSvc" on Windows Vista? "AeLookupSvc" is a system service with the display n...
windows.fyicenter.com offers a large collection of tutorials and frequently asked questions on Windo...
What is the scheduled task "\Microsoft\Windows\RAC\ RacTask"on my Windows 7 computer? "\Microsoft\Wi...