Im trying to set up a simple rewrite rule but I dont seem to be able to get it to work. Basically I want to route any address that starts with "restaurants" to a certain place and all other addresses to my bootstrap.
RewriteRule ^/restaurants http://www.google.com RewriteRule !^/restaurants index.php
is what I have so far. ie.
- mysite.com/restaurants
- mysite.com/restaurants/blabla
- mysite.com/restaurants/beep/boop
would all go to google, all other requests would go to index.php