You don't have permission to access /img/symbole/layout_left
-
- Posts: 72
- Joined: Tue 3. Aug 2004, 00:12
- Location: Portugal
- Contact:
You don't have permission to access /img/symbole/layout_left
Hi,
After login as Admin, everything seems to be fine, but I can't see any images. When I right-click on a image to open it, I receive the message from the server:
Forbidden
You don't have permission to access /img/symbole/layout_left.gif on this server.
I checked file and dir permissions, and everything seems to be allright.
Thanx
After login as Admin, everything seems to be fine, but I can't see any images. When I right-click on a image to open it, I receive the message from the server:
Forbidden
You don't have permission to access /img/symbole/layout_left.gif on this server.
I checked file and dir permissions, and everything seems to be allright.
Thanx
-
- Posts: 72
- Joined: Tue 3. Aug 2004, 00:12
- Location: Portugal
- Contact:
Thanks for the fast reply
I first tried a installation using fantastico, but it installed RC2, and I had the same problem. Now I followed the instruction step by step using the last version (1.1 RC4).
About pathproblem: the path exist, and the files too. But I first installed phpwcms in a sub-directory, and then moved it to the root, and changed conf.inc.php ($phpwcms["root"]= "";). However, all the rest is working (well, I think...): I could see My "Hello World" page
I first tried a installation using fantastico, but it installed RC2, and I had the same problem. Now I followed the instruction step by step using the last version (1.1 RC4).
About pathproblem: the path exist, and the files too. But I first installed phpwcms in a sub-directory, and then moved it to the root, and changed conf.inc.php ($phpwcms["root"]= "";). However, all the rest is working (well, I think...): I could see My "Hello World" page
-
- Posts: 72
- Joined: Tue 3. Aug 2004, 00:12
- Location: Portugal
- Contact:
LOL
Sorry, was a joke. "Hello World" is the first thing any noobie try to make with a new language: print "Hello World" in the screen.
What I did was fill the page with a few words, just to see it working.
http://www.net-disk.com/index.php
Sorry, was a joke. "Hello World" is the first thing any noobie try to make with a new language: print "Hello World" in the screen.
What I did was fill the page with a few words, just to see it working.
http://www.net-disk.com/index.php
Your setup appears to be wrong, somewhere
The graphic is listed here:
http://www.net-disk.com/img/symbole/
But permissions aren't set right.
Same problem with the graphic (phpwcms_logo_1.gif) for your login screen (different directory).
Here:
http://www.net-disk.com/img/phpwcms/
The graphic is listed here:
http://www.net-disk.com/img/symbole/
But permissions aren't set right.
Same problem with the graphic (phpwcms_logo_1.gif) for your login screen (different directory).
Here:
http://www.net-disk.com/img/phpwcms/
-
- Posts: 72
- Joined: Tue 3. Aug 2004, 00:12
- Location: Portugal
- Contact:
and your hello world script should be
just teasing
Code: Select all
<php
echo "hello world";
?>