Hey guys im currently running a all in one server called wamp it works fine
so far i'm running php pages with a database on there.
My problem occur whenever i load a database connected to a predone
site..like a shopping cart...and in another case just a winestore database
and attempting to read the application index by requesting a specific url.
What happen is that after the page is called up all links on that page has a
double file path to it. so it looks like this
http://127.0.0.1/wda2-winestore/wda2-winestore/
instead of just
http://127.0.0.1/wda2-winestore/
This happens on all links for any page pulled up on a database connected
page. it would seem. I can pull up each page by typing in its url directly
but by link it repeats the folder its in twice.
How can this be fixed...
Im using all recent versions of php/msql/apache with IE6 amd Firefox