hi guys, my site appear like http://antiques-expo.com is there any way to change it and add to the address WWW ? please let me know.
hi guys, my site appear like http://antiques-expo.com is there any way to change it and add to the address WWW ? please let me know.
I will presume you're on a linux hosting.
See if you already have a .htaccess file in your root. If not, create one. Edit that file and insert the following:
Of course, replace YOURSITE with your domain nameCode:RewriteEngine On RewriteCond %{HTTP_HOST} ^YOURSITE.com RewriteRule (.*) http://www.YOURSITE.com/$1 [R=301,L]
You should also be able to edit the paths in includes/configure.php to add the www.