I have two applications in the following setup:
/srv/http/myroot -> main site
/srv/http/myroot/myforum -> Forum
http://mywebsite will succesfully navigate my Codeigniter site with no problems.
I want this: http://mywebsite/forum to be rewritten to goto /srv/http/myroot/myforum
I can only access my forum software if this url is used: http://mywebsite/myroot/myforum
The forum that I am using has its own .htaccess and index.php. Any ideas?
Add the following into your .htaccess
For more information, see http://httpd.apache.org/docs/2.0/mod/mod_alias.html