Only Source in Browsers |
4/15/2009 1:11:27 PM |
PHPRunner General questions | |
A
Abes author
When trying to view my newly generated Index.htm in the browser, IE and Firefox, all I see is the source code. I am on a XP machine with Xampp installed, everything else works fine. Where have I gone wrong? |
|
![]() |
vin7102 4/15/2009 |
Hi Abes, |
A
|
Abes author 4/16/2009 |
Hi Abes, Did you make sure that your output source is set to the C:\xampp\htdocs folder of xampp when building your project? And also, make sure that apache and mysql are running in xampp! Regards, Vince
|
![]() |
vin7102 4/16/2009 |
Hi Abes, <html> <meta http-equiv=refresh content="0;url=login.php"> </html>
|
A
|
Abes author 4/16/2009 |
Vince |
J
|
Jane 4/16/2009 |
Hi, |
A
|
Abes author 4/16/2009 |
Hi, if your files are in the C:\xampp\htdocs\output directory use this URL: http://localhost/output/menu.php
|