Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2004
    Posts
    56
    Plugin Contributions
    0

    Default question about installed address

    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.

  2. #2
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,740
    Plugin Contributions
    22

    Default Re: question about installed address

    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:
    Code:
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^YOURSITE.com
    RewriteRule (.*) http://www.YOURSITE.com/$1 [R=301,L]
    Of course, replace YOURSITE with your domain name

  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: question about installed address

    You should also be able to edit the paths in includes/configure.php to add the www.

 

 

Similar Threads

  1. PayPal Express keeps DELETING Shipping Address (note: COWA and FEC installed)
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 17 Feb 2011, 03:25 PM
  2. I have a question about this email address extractor.
    By tngold in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 16 Feb 2011, 03:56 PM
  3. question about PP
    By thecatinthetree in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 6 Jun 2007, 07:13 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg