Search found 13 matches

by adneg
Sun Jul 06, 2003 3:53 am
Forum: PHP - Code
Topic: how do I get .osp to work
Replies: 16
Views: 1343

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.
by adneg
Wed Jul 02, 2003 11:28 am
Forum: PHP - Code
Topic: how do I get .osp to work
Replies: 16
Views: 1343

space or no space still have the same problem.

the requested URL /site/site.php/home/index.osp was not found on this server

$_SERVER['REQUEST_URI'] do not understand?
by adneg
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...
by adneg
Wed Jul 02, 2003 4:51 am
Forum: PHP - Code
Topic: how do I get .osp to work
Replies: 16
Views: 1343

I placed a space where you said and that gives me the error the document has no data.

Yes I did stop and start apache.

I am running apache 2.0.44 and php 4.2.3
by adneg
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....
by adneg
Mon Jun 30, 2003 7:27 am
Forum: PHP - Code
Topic: why does the index.php file display the code?
Replies: 15
Views: 3197

the out put is the code
<?php
$foo = "bar";
echo $foo;
?>


and not bar

something tells me all is not well, what else do I need to look at?
by adneg
Sun Jun 29, 2003 7:30 am
Forum: PHP - Code
Topic: why does the index.php file display the code?
Replies: 15
Views: 3197

I finally got round to doing that. The php code is now being read but, i get the 404 not found page.

I am getting there but slowly.
by adneg
Sun May 25, 2003 7:38 am
Forum: PHP - Code
Topic: why does the index.php file display the code?
Replies: 15
Views: 3197

There is something not right here.

I added the line and I now get 500 internal server error. Just when I think I am getting there.

I wish this was simple!!
by adneg
Sun May 25, 2003 6:11 am
Forum: PHP - Code
Topic: why does the index.php file display the code?
Replies: 15
Views: 3197

Ok, I will add the line
AddType application/x-httpd-osp .osp?

and hope it works
by adneg
Sun May 25, 2003 5:02 am
Forum: PHP - Code
Topic: why does the index.php file display the code?
Replies: 15
Views: 3197

The site was designed by a web design company so I do not know why they used the .osp.

I am trying to have a copy of the site at home so that I can do development work on it before putting it on the live site.

is there anybody who can point me in the right direction for what I have to do?
by adneg
Thu May 22, 2003 11:31 am
Forum: PHP - Code
Topic: why does the index.php file display the code?
Replies: 15
Views: 3197

no i did not. What is the best way to do this? hopefully without breaking it.
by adneg
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.
by adneg
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 ...