MySQL Forums
Forum List  »  PHP

Re: index/redirect problem on localhost/mysql
Posted by: Peter Brawley
Date: January 19, 2019 07:20PM

> Actually I was going to put the phpinfo() file on my web site and give the url

Whatever for? All that's needed is to run it in your browser on the problem machine and post the result here.

> but when I did that it seemed to change the paths.

Copying in a file can't change a path.

I'll try this one more time. Please answer each question directly.

1. Have you proved Apache is running by typing into your browser navigation control the name of your machine? You should see the Apache intro page.

2. If so, create a text file phpinfo.php in the apache web folder that says

<?php
phpinfo();
?>

run it in your browser as machine_name/phpingo.php, and report the results.



Edited 1 time(s). Last edit at 01/19/2019 07:43PM by Peter Brawley.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.