I have a wordpress install and a code igniter install i am trying to combine
if somone enters a url like this i need it to be reditrected to the codigniter.php(i have renamed the index.php to codeIgniter.php)
The url
www.example.com/invite/jeff-turner
so the rewrite rul will redirect any url with invite/* to the codeIgniter.php page all other urls will perform as normal with wordpress
Im sorry if this seems like a simple one, but i have no idea where to start here.
Thanks
Steve