Likes Received By chadsmith
-
asgsoft liked chadsmith's post in the thread htaccess rewrite and GET variables.
Also replied on NP: The first one isn't working because sort and page are part of the query strings. You should only need to add...
May 11, 2010 -
bad_bob00 liked chadsmith's post in the thread Changed Website URL - How To Set Up Redirect For Each Page (Including Homepage)?.
The only rule you really need is: RewriteCond %{HTTP_HOST} !^456\.com$ RewriteRule ^(.*) http://456.com/$1 [R=301,L] or...
Jan 4, 2010 -
Colbyt liked chadsmith's post in the thread Why isn't this rewrite rule working?.
Try using RewriteRule ^([0-9]+)/(.*)\.html$ /view.php?id=$1 [L]
Nov 15, 2009 -
gerryt liked chadsmith's post in the thread Need Help with httaccess or mods-rewrite Will Pay $.
Something like RewriteRule ^(buy\-)?[0-9]\-[0-9]{7}-[A-z0-9_\-]+\.html$ / [R=301,L] should do the trick. That will catch everything...
Nov 2, 2009 -
Camay123 liked chadsmith's post in the thread htaccess redirect help.
RewriteCond %{QUERY_STRING} ^module RewriteRule ^index\.php$ /? [R=301,L]
Nov 2, 2009 -
nethelp liked chadsmith's post in the thread Convert url from index.php?list=a into /list-a.html.
Haha. That made me laugh. Below is what you'll need for the .htaccess file. I think he was saying you'll have to change the links in...
Oct 5, 2009