RewriteCond %{THE_REQUEST} \/
RewriteRule ^$ /some/other/file [L]
This is what I have, but I don't want the URL to actually change. I just want the user to be on the homepage but have content displayed on / based on whatever script I choose.
Is there a way to do this?
Thanks guys!