Forum Moderators: phranque
Options +Indexes
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteRule ^showthread\.php\?t\=10285\&page\=([^.]+)$ http ://www.DOMAIN.com/showthread.php?t=14913 [R=301,L]
RewriteRule ^showthread\.php\?t\=10285$ http ://www.DOMAIN.com/showthread.php?t=14913 [R=301,L]
RewriteCond %{QUERY_STRING} ^t=10285&page=([^.]+)$
RewriteRule ^([^.]+)$ http ://www.DOMAIN.com/showthread.php?t=14913 [R=301,L]
isn't working. The change is just changing 10285 to 14913 and URL's with &page= to go to the 14913 url with out &page=.
showthread.php?t=14913
The script URL is the same at both URLs.