![]() |
Linux Mint 13 LAMP install
I have followed the procedure at http://community.linuxmint.com/tutorial/view/486 to install LAMP on my Mint 13 laptop with a view to developing locally & once working emigrate to my server but ...... the following simple HTML only displays the title(No image). The image does exist in the images folder & it makes no difference if I refer to it with ./images/prince.jpg or images/prince.jpg.
Please tell me how I got the install wrong. Code:
<!DOCTYPE html>http://www.stockton.co.za/doc/jones |
|
Try
Code:
/images/prince.jpgIf Apache is up and running then the html is the problem. Make sure the images folder exists, and that it is accessible. In terminal try to locate the directory named images to make sure you have the right path. I'm not sure where Linux Mint puts the www, but Debian, and Ubuntu put it in /var/www. Fedora puts it in /var/www/html. So in terminal type the following (change the path to match Linux Mint's) /var/www/images Terminal should tell if it is a directory or not. If it is chmod it. I do not know if Linux mint is the same, but in Debian it is chmod 777 * /path/to/directory Pick the appropriate permission, and make sure the commands match Linux Min'ts format. |
| All times are GMT +1. The time now is 01:13 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.