Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Redirect 301
#3
(2015-05-08, 00:12:02)shawn_a Wrote: Did you enable fancyurls and set your permalink to %parent%/%slug%.html already or something similar.

Yes i tried but nothing happened. And I don't think it do a 301 redirect. no ?

I tried to had this in the htaccess as well. But nothing works i don't understand


# Usually it RewriteBase is just '/', but
# replace it with your subdirectory path
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9_-]+).html$ index.php?id=$1 [QSA,L]
Reply


Messages In This Thread
Redirect 301 - by paul59 - 2015-05-08, 00:06:35
RE: Redirect 301 - by shawn_a - 2015-05-08, 00:12:02
RE: Redirect 301 - by paul59 - 2015-05-08, 00:48:05
RE: Redirect 301 - by shawn_a - 2015-05-08, 01:05:09
RE: Redirect 301 - by paul59 - 2015-05-11, 17:41:42



Users browsing this thread: 2 Guest(s)