Quote Originally Posted by conor View Post
Hi,



As is mentioned quite a few times in this thread, you can't build a site with static URIs in a subfolder then move those URIs to a root folder.

If you have URIs with /test/ in front that you want to change to / you can export your database table to SQL and do a search and replace in the SQL text file the use it to replace the database table.

If you are saying that on your live store auto-generation is sticking "/test/" at the start still then you've simply messed up your configure.php file and need to adjust it.

Hope that helps.

All the best...

Conor
ceon
Perfect. I didn't realize that I had a reference to the test site in my admin config file. I fixed it and it works perfect. Thanks for your help