Forum Moderators: phranque
Because I'm developing wordpress for a client and wanted a testing ground, I developed it under: www.thedomain.com/wordpress/
In the cms, all the links in the database have /wordpress/ at the end of them, so rather than changing them all, I want to do something in htaccess that masks the root / to /wordpress/ without exposing that to the user.
Is this easy? I was looking at the alias directive, but am not very familiar with how to do it.
For the sake of posterity, if I were you, I would run a search-and-replace on the database and have done with it. Otherwise, you (or someone) will have to deal with unnecessary complications and (possibly) sub-optimal search engine listings for a long, long time.
Jim