hello there - bit stuck on this.
I want one file to behave differently to all the others via mod_rewrite.
if its join goto https://mydom.com/join/
else use http...
!join$ goto $1 and move onto other rules ie...
RewriteRule news$ (use http)news.php [L]
RewriteRule news/$ (use http)news.php [L]
etc
any pointers much appreciated!
D.