Hi,
I copied an account from my main server to a smaller vps server.
It works as in loads the website but when I click a link on the website is redirects back to index.php instead of loading the actually link.
I put this code into a blank php file and got a blank page.
<?php
phpinfo();
?>
I have ssh access and typed:
ps x | grep php
And got a reply of:
15090 pts/0 S 0:00 grep php
So I am really confused to why the site is not working.



LinkBack URL
About LinkBacks
Reply With Quote




