- Joined
- Apr 16, 2007
- Posts
- 1,478
- Reaction score
- 24
RewriteCond %{HTTP_HOST} ^domain.co.uk$ [OR]
RewriteCond %{HTTP_HOST} ^www.domain.co.uk$
RewriteRule ^/?$ "\/domain\.php" [R=301,L]
What would I need to add to the above to forward domain.co.uk/anything to domain.php?
Thanks for your time.
- Rob
RewriteCond %{HTTP_HOST} ^www.domain.co.uk$
RewriteRule ^/?$ "\/domain\.php" [R=301,L]
What would I need to add to the above to forward domain.co.uk/anything to domain.php?
Thanks for your time.
- Rob