Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
URL redirects
#5
I am not getting this to work.
I have an old page with the slug front-page now deleted which needs to be 301 redirected to the root (index) of the site.

Tried all these separately and together at the end of the htaccess and after RewriteBase /

RewriteRule ^http://www.stickydate.info/front-page/ http://www.stickydate.info/index.php [R,L]
Redirect 301 /front-page/ http://www.stickydate.info/index.php
RedirectMatch 301 ^/front-page$ http://www.stickydate.info/index
RewriteRule ^/front-page?$ http://www.stickydate.info/index.php [R=301,L]

Is there a foolproof way of redirecting one slug to another?
Reply


Messages In This Thread
URL redirects - by rhecht - 2013-08-27, 08:25:27
RE: URL redirects - by Carlos - 2013-08-29, 00:26:22
RE: URL redirects - by shawn_a - 2013-08-29, 00:47:28
RE: URL redirects - by rhecht - 2013-08-29, 02:19:31
RE: URL redirects - by Timbow - 2018-11-21, 04:43:29
RE: URL redirects - by sergeytrgbv - 2020-05-17, 18:53:16



Users browsing this thread: 1 Guest(s)