Pretty urls in Wordpress with no .htaccess
July 18th, 2007
Have you ever seen a url like this? http://www.example.com/?p=208
Of course you have, not pretty.
So what do do? Customize Permalink Structure AKA Pretty urls.
You do this by creating a .htaccess file on your sserver. Then if it is writable Wordpress will take care of the rest itself. Otherwise it will give you a bit of code in insert in the .htaccess file. You are set with beautiful pretty url’s.
What do do if you don’t have or can’t use .htaccess files on your server?
Simple, In the Wordpress admin Go to: Options -> Permalinks
Then add “index.php/” to the beginning of your custom permalink string.
Guest Editor - Matt Herzberger





1 response
July 18th, 2007
aaa says:
it worked fine! however. when i navigate to other pages.. i dont like it viewed as index.php/page2.. is there other ways
Leave a Comment