Jump to content

Hoe de url van mijn site van "site.com" veranderen naar "www.site.com"?


Recommended Posts

Verander ik dit in de  Preferences > SEO & URLs ?
Verander ik dit bij mijn webhost? Ik zit bij HostGator. 
Verander ik dit in een php.ini, .htaccess file? 

Kan iemand mij alsjeblief helpen? Met een link, of de betere zoektermen voor Google. Danku

Link to comment
Share on other sites

.htaccess file in my public_html 

 

Wat verander ik. En naar wat verander ik het? WWW gewenst. 

En kan met de wijziging de site, seo, modules in de problemen komen? 

 

<IfModule mod_rewrite.c>
SetEnv HTTP_MOD_REWRITE On
RewriteEngine on
RewriteCond %{HTTP_HOST} ^soaparcadia.com$
RewriteRule . - [E=REWRITEBASE:/]
RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]

# AlphaImageLoader for IE and fancybox
RewriteCond %{HTTP_HOST} ^soaparcadia.com$
RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L]
</IfModule>

#If rewrite mod isn't enabled
ErrorDocument 404 /index.php?controller=404

# ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again


RewriteCond %{HTTP_HOST} ^shoparcadia\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.shoparcadia\.com$
RewriteRule ^/?$ "http\:\/\/soaparcadia\.com" [R=301,L]
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...