![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX and Linux Applications Questions involving software not covered by other forum go here. This includes Databases and Middleware. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need Help Urgent | SanjayLinux | Shell Programming and Scripting | 4 | 10-28-2007 11:41 PM |
| Help me for AWK URGENT | readycpbala | Shell Programming and Scripting | 2 | 02-22-2007 10:03 AM |
| URGENT,URGENT- Need help tape drive installation | sriny | UNIX for Advanced & Expert Users | 3 | 11-16-2006 12:43 PM |
| URGENT---URGENT--No OK PROMPt after RSC CONFIG | sriny | SUN Solaris | 7 | 10-29-2006 08:06 AM |
| Urgent !! | desiondarun | UNIX for Dummies Questions & Answers | 1 | 08-08-2006 05:49 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
urgent help
i have this error plz help me
[error] [client 91.163.254.229] File does not exist: /home/www/www.chat-land.org/ticket/images, referer: http://www.chat-land.org/ticket |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Looks like the file doesn' exist .... and a html page on some website is referring to that file or directory. Try:
ls -l <filename> Either the webpage has a faulty <a href=xxxx> somewhere, or the path on the system has to be changed to match the anchor, or the permissions on the filesystem don't allow reading of the file or it's containing directory. |
|||
| Google The UNIX and Linux Forums |