triumphtennis Posted February 22, 2010 Share Posted February 22, 2010 Hey everyonecurrent my website defaults to www.triumphtennis.com.au/prestashop , how do i get it to work at triumphtennis.com.au without any url extensions?Also i can't seem to change the home page logo under the text editor, any tips? Link to comment Share on other sites More sharing options...
uddhava Posted February 23, 2010 Share Posted February 23, 2010 This is a combination of your provider DNS settings and your .htaccess file.Usually it is a good idea to stick with your default setting, as google sees www as a seperate site.So if you dont want to have your SEO messed up you leave it.But your shop is now situated in a "subdomain" of folder called /prestashop?Moving that to the www root is more delicate Link to comment Share on other sites More sharing options...
triumphtennis Posted February 23, 2010 Author Share Posted February 23, 2010 Yes the site is now located at the subdomain www.triumphtennis.com.au/prestashop, any ideas how i can fix it without too much trouble? Link to comment Share on other sites More sharing options...
uddhava Posted February 23, 2010 Share Posted February 23, 2010 Your shop already works without the WWW for me.http://triumphtennis.com.au/prestashop/'>http://triumphtennis.com.au/prestashop/Or do you want to move the whole site to http://triumphtennis.com.au ? Link to comment Share on other sites More sharing options...
triumphtennis Posted February 24, 2010 Author Share Posted February 24, 2010 Yeh i want to move it to www.triumphtennis.com.au , is it possible to redirect from www.triumphtennis.com.au or can i move the site to the root branch? Link to comment Share on other sites More sharing options...
uddhava Posted February 24, 2010 Share Posted February 24, 2010 You are confusing me. What do you want ?Your site works with AND without the WWW.So you ONLY want the website to work for http://triumptennis....... ?Why do you want that ?If your dNS settings are setup properly, the http:// wil always redirect to www.xxxxxxxThis is how to redirect from http:// to WWWRewriteEngine Onrewritecond %{http_host} ^jouwsite.nlrewriteRule ^(.*) http://www.jouwsite.nl/$1 [R=301,L] You can try to see if you can change this code so it will do the reverse Link to comment Share on other sites More sharing options...
Burhan BVK Posted February 24, 2010 Share Posted February 24, 2010 You need to copy over the files from /prestashop to the root folder and update the settings file in the config folder. 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