I am away from my linux box at the moment, will try what you have all suggested on my return. My laptop win98 has apache setup so I will try it on there.
I am just using the name http://www.fletcher.co.uk as a development name on my linux box so I do not get confused with the live site.
Search found 13 matches
- Sun Jul 06, 2003 3:53 am
- Forum: PHP - Code
- Topic: how do I get .osp to work
- Replies: 16
- Views: 1343
- Wed Jul 02, 2003 11:28 am
- Forum: PHP - Code
- Topic: how do I get .osp to work
- Replies: 16
- Views: 1343
- Wed Jul 02, 2003 5:11 am
- Forum: PHP - Code
- Topic: how do I get .osp to work
- Replies: 16
- Views: 1343
I asked the developer the same question and this was the reply http://www.fletcher.co.uk/site/site.php is the script /home/index.osp?newsession is the query string - which is a bit unusual, so i can see why you're puzzled... If this mean anything to you, I have difficulty understanding the query and...
- Wed Jul 02, 2003 4:51 am
- Forum: PHP - Code
- Topic: how do I get .osp to work
- Replies: 16
- Views: 1343
- Wed Jul 02, 2003 4:13 am
- Forum: PHP - Code
- Topic: how do I get .osp to work
- Replies: 16
- Views: 1343
how do I get .osp to work
I finally got thing working php,mysql and apache. unzipped my website which was designed by a website design company and now I am haveing a problem. The index.php runs this: <?php header("Location: http://fletcher.co.uk/site/site.php/home/index.osp?newsession"); ?> i added this to my http....
- Mon Jun 30, 2003 7:27 am
- Forum: PHP - Code
- Topic: why does the index.php file display the code?
- Replies: 15
- Views: 3197
- Sun Jun 29, 2003 7:30 am
- Forum: PHP - Code
- Topic: why does the index.php file display the code?
- Replies: 15
- Views: 3197
- Sun May 25, 2003 7:38 am
- Forum: PHP - Code
- Topic: why does the index.php file display the code?
- Replies: 15
- Views: 3197
- Sun May 25, 2003 6:11 am
- Forum: PHP - Code
- Topic: why does the index.php file display the code?
- Replies: 15
- Views: 3197
- Sun May 25, 2003 5:02 am
- Forum: PHP - Code
- Topic: why does the index.php file display the code?
- Replies: 15
- Views: 3197
- Thu May 22, 2003 11:31 am
- Forum: PHP - Code
- Topic: why does the index.php file display the code?
- Replies: 15
- Views: 3197
- Thu May 22, 2003 11:20 am
- Forum: PHP - Code
- Topic: why does the index.php file display the code?
- Replies: 15
- Views: 3197
the code is:
<?php header("Location: http://fletcher.co.uk/site/site.php/hom ... newsession"); ?>
Calling the script using http://www.fletcher.co.uk
Volka as you can see the index.php uses <? ?>, i have checked and it is on.
<?php header("Location: http://fletcher.co.uk/site/site.php/hom ... newsession"); ?>
Calling the script using http://www.fletcher.co.uk
Volka as you can see the index.php uses <? ?>, i have checked and it is on.
- Wed May 21, 2003 11:20 am
- Forum: PHP - Code
- Topic: why does the index.php file display the code?
- Replies: 15
- Views: 3197
why does the index.php file display the code?
:cry: I have installed PHP and can see the phpinfo(), but when I try to view my development website all i see is the code in the index.php. My virtual host is setup correctly, mysql is running and also Apache. I have this added AddType application/x-httpd-php .php in the http.conf file. I am really ...