URL Rewrite on AppServ
Posted in Development, Tutorials by Alex StoiaSome people like to install apache, php, MySql, phpMyAdmin with one click, so the AppServ package concept was created (Xampp is the alternative package), saving you time and some headaches.
If you have some problem with the appServ preconfiguration, here are the config paths:
- Apache /installPath/Apache/conf/ httpd.conf
- MySql /installPath/MySql/my.ini
- Php /installPath/php/php.ini
So, now let’s return to our problem, URL REWRITE. The default config in apache for this module is ( /installPath/Apache/conf/ httpd.conf ) :
#LoadModule rewrite_module modules/mod_rewrite.so => this prevents apache to load the module on start, because it is commented
The solution is simple un-comment it :
LoadModule rewrite_module modules/mod_rewrite.so
And now just restart the Apache service (from computer manager or from apache folder) and voila, the module is ready to be used
- AppServer download link:
- http://www.appservnetwork.com/modules.php?name=News&new_topic=5
Related Entries
About the author
-
zsiga
-
viaria
-
http://www.club-penguin.org/ ClubPenguin
-
http://www.topgeldzaken.nl/lenen-zonder-bkr-toetsing/ lenen
-
http://www.kovpack.com kovpack
Sponsors
Recent Comments
- Ansh on FancyPlayer Revisited – jQuery Fancybox and Flowplayer Complete Integration
- Published Articles on Inspiration: The Art Of Luke Lucas
- Fast Business Loan on Create a Glass Text effect in Photoshop
- Fast Business Funding on Inspiration: The Art Of Luke Lucas
- Fast Business Funding on Create a live-update list effect with jQuery
Recent Posts
- Inspiration: The Art Of Fredy Santiago
- Freebie: Complete Web UI Kit for your next design
- Inspiration: The Art Of Rob Shields
- Freebie: Aluminium UI Buttons
- Inspiration: The Art Of Maxime Archambault

