I've been searching through the boards and couldn't find anything similar to the problem I'm having..
I was working on my 1.3.8a dev box last night, and broke something.. essentially what's happening, is if I click on a link, instead of
going to:
http://dev.mysite.com/index.php?main...dex&cPath=8_33
It tries to go to
http://dev.mysite.com/dev.mysite.com...dex&cPath=8_33
I'm not quite sure when it started happening. I had IE6, Firefox3, Chrome, and Safari(beta4) open, Safari was on top, so I was using it to reload and check some of the basic changes I was making. For some reason Safari still works while everything else is broken.. I switched over to Firefox at some point, and realized the links were all broken..
It's weird, Safari works totally fine.
Firefox Renders the page correctly, but with the double/broken links
IE and chrome can't even seem to find the stylesheet.
I'm running Apache2 with PHP 5.16 on a Centos5 box
I've went through all of my recent files that I was working on and cant figure out what it might have been. .
I'm getting ready to flip the switch on this, so last night I did a dry run on switching the site over.. basically just changing httpd.conf to point to the dev folder, and then changing includes/configure.php, and admin/includes/configure.php to point to the actual server.. That seemed to go well.. I'm not sure if it's related to the apache reboot, or what.. At first I thought maybe I had accidently pasted the address into DIR_WS_CATALOG, but it was set to '/' as it should be, I changed that to /test/ to see where it would append it in the address and it showed up like:
http://dev.mysite.com/dev.mysite.com...dex&cPath=8_33 which is kind of what I thought would happen. I definitely think it's something with my apache/php settings, but I don't know what happened..
I literally changed
DocumentRoot /var/www/html/ZC136
to
DocumentRoot /var/www/html/ZC138
and then back again when I was done..
Any Suggestions at this point would be helpful.
Thanks




