Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2011
    Location
    AZ
    Posts
    384
    Plugin Contributions
    0

    Default htaccess wording help please.

    I've still got one search engine, won't name it but it rhymes with doogle, that is crawling my site based on the tempurl. I need to modify the htaccess file to redirect it to the permanent domain.

    It's going to: http://www.gator1772.com/~myname/index......

    It needs to go to http://mydomain.com/index....

    I've tried to write the lines based on various help files online, ended up getting locked out of my site - both the storefront and the back end. So I deleted my bad code and I've come crawling here for help.

    I'm sure I need something like this:
    # Redirect all pages from olddomain.com
    # to newdomain.com
    Options +FollowSymLinks
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^www.olddomain.com$[OR]
    RewriteCond %{HTTP_HOST} ^olddomain.com$
    RewriteRule ^(.*)$ http://www.newdomain.com/$1 [R=301,L]


    Part of my problem is that I'm not redirecting from olddomain.com, I"m directing from olddomain.com/~myname/

    And I've already got some code in my htaccess file - redirecting index.html over to index.php, and denying a few IP addresses. So is there supposed to be some separator between commands?

    v1.3.9 on a linux server at hostgator.
    Thanks in advance!

  2. #2
    Join Date
    Oct 2011
    Location
    AZ
    Posts
    384
    Plugin Contributions
    0

    Default Re: htaccess wording help please.

    Why did I post this in the "Basic Configuration" and not the "General Questions?" Why? Why? Why? (Banging head on keyboard.)

  3. #3
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: htaccess wording help please.

    Your Hoster is the best person to ask in these type situations.

 

 

Similar Threads

  1. v150 Help Please - need help with .htaccess file
    By timb22 in forum General Questions
    Replies: 14
    Last Post: 6 Apr 2015, 08:21 PM
  2. htaccess help please?
    By spid3r1987 in forum General Questions
    Replies: 14
    Last Post: 14 Oct 2010, 04:36 PM
  3. Invoice Layout / Wording Changes... please help
    By littlemissglamour in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 4 Mar 2010, 10:50 PM
  4. htaccess files help please
    By pasb in forum Installing on a Linux/Unix Server
    Replies: 9
    Last Post: 27 Aug 2009, 07:18 PM
  5. Replies: 1
    Last Post: 26 Aug 2008, 01:41 AM

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