Click here to Skip to main content
15,885,806 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi i have a problem with directory in site and call pages
i have this error :

The requested URL /mycms/public/admin/admin/Ad_login.php was not found on this server.

more describe :

this is my php code :
PHP
require_once('design/layouts/header.php');

and
this is css code :

CSS
<link href="../css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="../css/blog-home.css" rel="stylesheet" type="text/css">


i want learn ,how can i set this path
Posted
Updated 18-Aug-14 5:27am
v2
Comments
pandu web dev 17-Aug-14 14:26pm    
The error is simple. The file is not found or directory path is wrong etc. Check the files using ftp or filezilla
Mahshid Fallah 17-Aug-14 14:37pm    
yes ! i know
but see the directory
admin/admin....
i put every path this section but everytime i have one problem :(
Mohibur Rashid 17-Aug-14 23:47pm    
your path is probably:
{your host}/admin/Ad_login.php

The location you have written is physical path of the file
/mycms/public/admin/admin/Ad_login.php

few other issues: as you are using linux you better get rid of all uppercase letters from your file name. It will create a very disturbing problem later on.
Sergey Alexandrovich Kryukov 18-Aug-14 1:41am    
The question makes no sense because its title lack some verb:
http://en.wikipedia.org/wiki/Verb.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900