Not related to vbseo but i thought there should be atleast someone here to help with this
Is there any way to redirect a URL like this:
pafiledb.php?action=file&id=XX
To this:
index.php?act=view&id=XX
xx being the variable.
thnx.
vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.
This is a discussion on Redirect Help... within the Off-Topic & Chit Chat forums, part of the Focus on Members category; Not related to vbseo but i thought there should be atleast someone here to help with this Is there any ...
Not related to vbseo but i thought there should be atleast someone here to help with this
Is there any way to redirect a URL like this:
pafiledb.php?action=file&id=XX
To this:
index.php?act=view&id=XX
xx being the variable.
thnx.
The following should work:
Code:RewriteCond %{QUERY_STRING} action=file&id=(.+) RewriteRule pafiledb\.php index.php?act=view&id=%1 [L,R=301]
Juan Muriente / Crawlability Inc.
Sneek Preview Video of the new Control Panel
vBSEO 3.5 RC2 (Final)- Released for your Evaluation