Assume I want *.domain.*/*.* to automatically call index.php (without the 
user knowing and without any redirecting at all):

RewriteEngine  on
RewriteBase    /
RewriteRule    *.* index.php [R]

I don't know what in the world the [R] is, but it's in almost all of the 
mod_rewrite examples...  :-)

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to