![]() |
.htaccess rewrite help
I need someone to write me a small .htaccess script...
I need /error/[some number]/ redirected to /error.php?type=[some number] Any help will be gratefully taken :) |
Wouldn't
Code:
Redirect /error.php?type=500 /error.php?type=404HTH Jamie. |
No, that's a fixed redirect, I need some RegEx, and here's an example:
/error/505/ -> /error.php?type=505 /error/404/ -> /error.php?type=404 |
o right I see what your after:
try: http://www.webmasterworld.com/forum92/323.htm and http://www.google.co.uk/search?q=.ht...Ex+redirection Jamie. |
| All times are GMT +1. The time now is 01:58 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.