Posted by Toby A Inkster on 05/04/07 10:29
Jon Slaughter wrote:
> RewriteRule ^(.*)[/]$ /Index.php\?$1/Main.php
>
> essentially works but need to par it down to only work in specific cases
RewriteRule ^(case1|case2|case3)[/]$ /Index.php\?$1/Main.php
--
Toby A Inkster BSc (Hons) ARCS
http://tobyinkster.co.uk/
Geek of ~ HTML/SQL/Perl/PHP/Python/Apache/Linux
[Back to original message]
|