sgd56
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: I cant redierct a 404 error pageHi 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?
Forum: Everything else WordPress
In reply to: I cant redierct a 404 error pagemy .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]
Forum: Everything else WordPress
In reply to: I cant redierct a 404 error pageWe have gone through the .htaccess and can see the rewrite as you have shown it. But, its is not redirecting.
Forum: Everything else WordPress
In reply to: I cant redierct a 404 error pageThanks 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