How to set mod_rewrite in WAMP?
Posted
by
Martin Jenseb
on Server Fault
See other posts from Server Fault
or by Martin Jenseb
Published on 2011-11-10T17:54:31Z
Indexed on
2011/11/16
1:55 UTC
Read the original article
Hit count: 560
I learn Symfony2 and i have: http://symfony.com/doc/current/quick_tour/the_big_picture.html
http://localhost/Symfony/web/app.php/demo/hello/Fabien
And if you use Apache with mod_rewrite enabled, you can even omit the app.php part of the URL:
http://localhost/Symfony/web/demo/hello/Fabien
Last but not least, on the production servers, you should point your web root directory to the web/ directory to secure your installation and have an even better looking URL:
http://localhost/demo/hello/Fabien
how can i make this in WAMP Server?
© Server Fault or respective owner