1
I have the complete system up and running good and I just about have my site the way I like it.
Here is my problem.
I have XOOPS intalled to this path:
\var\www\xoops
I have my "named virtual host" for my domain that serves this site set to:
\var\www\html
so that when you go to my domain you get the page to open, but...
When you try to do something like "login" it crashes because it says it can't get to:
http://mydomain.com/xoops/html/user.phpI understand why this happens because it is trying to find:
/var/www/xoops/xoops/html/user.php which does not exist.
So, if I set my virtual host to /var/www all works but that is not how I want it to work because 1. my XOOPS site does not come up (it goes to my main site) and 2. I use virtual host to host other sites off of my ../www/ directory.
I think the problem stems from me installing XOOPS and setting up the site from my internal network and not from the domian I setup for the XOOPS site.
How do I get my paths fixed?
I hope I explained my situation enough to get an answer.
Thanks for all you help and for such a great site to build with!
John