Pretty Urls in Wordpress using Wamp
There are many ways to set custom urls on wordpress , i have been trying to figure this out when using Wamp server. Here are a few simple steps:
Locate your apache httpd.conf file which would most probably reside underĀ C:\wamp\bin\apache\Apache2.2.11\conf
Edit using text editor and uncomment(remove # sign) the lineĀ LoadModule rewrite_module modules/mod_rewrite.so
In the same file locateĀ Options FollowSymlinks and change the second line fromĀ "AllowOverride none"Ā to "AllowOverride all" if not already done
Save the file and restart all services under Wamp
Go to wordpress admin -> Settings -> Permalinks and choose your custom structure, like "postname"Ā http://localhost/wordpress-3.3/wordpress/sample-post/
Save the settings and try a link on the live site, should work perfectly













