first I had the site installed in htdocs of XAMPP. Now I will use vhosts and certain problems were there:
- in the file include.php there were still path like D:\XAMPP\ instead of E:\htdocs (new location) I have changed that no problem
- my location for stylesheet for example was
Code: Select all
<link rel="stylesheet" type="text/css" media="print" href="http://localhost/mysite/stylesheet.php?cssid=30&mediatype=print" />
Code: Select all
<link rel="stylesheet" type="text/css" media="print" href="http://mysite.dev/stylesheet.php?cssid=30&mediatype=print" />
Thanks in advance,
Nico
(Sorry, I have changed the code lines, but in the preview it looks good. When I the first time post it I didn't check the message. But now it's good)