-
Website
http://andybeard.eu/ -
Original page
http://andybeard.eu/387/how-to-send-1000-people-to-a-404-error-page.html -
Subscribe
All Comments -
Community
-
Top Commenters
-
Gregg Gordon
6 comments · 1 points
-
Jonathan Dingman
4 comments · 1 points
-
AndyBeard
2656 comments · 4 points
-
ojbyrne
4 comments · 1 points
-
Vlad Zablotskyy
6 comments · 2 points
-
-
Popular Threads
One thing I HATE is when I make a mizzed spelling in the title and post slug. I can fix it easily in the title, but the post slug, well, after it's been linked to by a few hundred folks, it's hard to change that, but redirect definitely helps. Wish I could do that on WordPress.com blogs.
One thing I HATE is when I make a mizzed spelling in the title and post slug. I can fix it easily in the title, but the post slug, well, after it's been linked to by a few hundred folks, it's hard to change that, but redirect definitely helps. Wish I could do that on WordPress.com blogs.
It seems Wordpress has a nasty habit of overwriting its own .htaccess file even if you don't make changes to any plugins
It seems Wordpress has a nasty habit of overwriting its own .htaccess file even if you don't make changes to any plugins
[code]RedirectPermanent ^/blog/$1 http://manukhanna.com/index.php[/code]
This isn't solving the purpose. Would be great if you could help me out.
thanks.
http://fucoder.com/code/permalink-redirect/
[code]RedirectPermanent ^/blog/$1 http://manukhanna.com/index.php[/code]
This isn't solving the purpose. Would be great if you could help me out.
thanks.
http://fucoder.com/code/permalink-redirect/