Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter sgd56

    (@sgd56)

    Hi I feel we are starting to get to the issue, I apologize if my lack of knowledge has made it hard to understand.

    This

    RewriteCond %{HTTP_HOST} ^bodycleanse4life\.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www\.bodycleanse4life\.com$
    RewriteRule ^buy\-isageni\/product\-paks\/isagenix\-9\-day\-cleanse$ “http\:\/\/www\.bodycleanse4life\.com\/isagenix\-9\-day\-cleanse” [R=301,L]

    Is exactly what I want but it is not working. I don’t know what else I need to do?

    Thread Starter sgd56

    (@sgd56)

    my .htaccess is located in public-html file

    I will show you what I am seeing. We have 2 redirects the 1st one is working but the other not

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    
    RewriteCond %{HTTP_HOST} ^bodycleanse4life\.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www\.bodycleanse4life\.com$
    RewriteRule ^/?$ "http\:\/\/www\.bodycleanse4life\.com\/isagenix\-cleanse" [R=302,L]
    
    RewriteCond %{HTTP_HOST} ^bodycleanse4life\.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www\.bodycleanse4life\.com$
    RewriteRule ^buy\-isageni\/product\-paks\/isagenix\-9\-day\-cleanse$ "http\:\/\/www\.bodycleanse4life\.com\/isagenix\-9\-day\-cleanse" [R=301,L]
    Thread Starter sgd56

    (@sgd56)

    We have gone through the .htaccess and can see the rewrite as you have shown it. But, its is not redirecting.

    Thread Starter sgd56

    (@sgd56)

    Thanks for responding.

    When people click on this url in Google

    https://www.bodycleanse4life.com/buy-isageni/…/isagenix-9-day-cleanse

    they get a 404 error on the page. I have tried to use a 301 redirect to the correct url, but it is not working, the page still shows as a 404 error, instead of redirecting to the page we want.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)