I have set LAMP, DNS and SFTP on Ubuntu 14.0.4 I have uploaded my tracking software files onto it but the index.php for the application appears blank when i go the domain url. If i create a another index.php to view phpinfo() it works even if i create a index.html it works but can’t figure out why it wont work for this tracking application. It took the files and installed on a hostgator shared account and it worked fine. Any ideas. The application is prosper202 for online campaign sem tracking
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
how i fiw this plz
PHP Error Message
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/local/apache/htdocs/202-config.php) is not within the allowed path(s): (/home/:/usr/lib/php:/tmp) in /home/a5813803/public_html/index.php on line 3
What webserver are you using? Assuming Apache, are you seeing any error messages in “/var/log/apache2/error.log” One likely problem, is that the webserver user doesn’t have the correct permissions. Try changing the file’s ownership: <br> <br><pre> <br>sudo chown -R www-data:www-data /var/www/html/ <br></pre>
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.