Urbanfarmer Posted January 19, 2014 Share Posted January 19, 2014 Hello.......I realize amateur questions like this are aggravating to advanced users. So my apologies. But I'm trying to do this myself so I know how to do it in the future. I've searched and read and tried a few things. I've contacted Inmotion several times. They haven't been helpful. Softaculous doesn't offer cloning for PS, so that's out. I'm at a dead-end. In simple, amateur terms......how do I turn (presta.myshop.com) into (myshop.com) so I can make this test site my primary live site? It's ironic that I have learned how to do some css and html, but I can't figure this one out. Please help........I need to get this site up and running. Link to comment Share on other sites More sharing options...
selectshop.at Posted January 20, 2014 Share Posted January 20, 2014 (edited) The best way is by re-writing the subdomain if you will not use it anymore. Add to your .htaccess: #Rewriting subdomain to domain RewriteCond %{HTTP_HOST} ^presta.myshop\.com RewriteRule ^(.*)$ http://myshop.com/$1 [L,R=301] Edited January 20, 2014 by selectshop.at (see edit history) Link to comment Share on other sites More sharing options...
Urbanfarmer Posted January 20, 2014 Author Share Posted January 20, 2014 Thanks for your help. I will do this as soon as I can access my domain registrar Advanced DNS Settings page. The page is currently not showing and I've filed a ticket. This is all I see in htaccess at the moment: suPHP_ConfigPath /home/t........5/public_html. So I just add the code you offered below it? Am I correct that I must change the DNS name server to point to my new host? Link to comment Share on other sites More sharing options...
selectshop.at Posted January 21, 2014 Share Posted January 21, 2014 (edited) As stated on topic #2 in your Shop .htaccess. Look in the root of your shop on FTP and add the lines befor Prestashop code. If there is no Prestashop code, so simply add in the first lines. Edited January 21, 2014 by selectshop.at (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now