What created the link on that page? A desktop program? A server-side
script? Hand-made?

Does this file /home/myuser/public_html/mypage/mydir/somepage exist?
The most accurate way to do this is to copy the URL from your browser, got
to a shell and type ls -l /home/myuser/public_html<<copied_url>> and make
sure there is a file that matches.

I should have mentioned this before, but have you checked the error log?

- Y


On Tue, Jul 15, 2014 at 9:48 AM, Carlos Carcamo <eazyd...@gmail.com> wrote:

> > On Tue, Jul 15, 2014 at 1:57 AM, Carlos Carcamo <eazyd...@gmail.com>
> wrote:
> >>
> >> Hello, I have a little problem maybe you could help me.
> >> I have the userdir directive activated and now I can see my projects
> >> in public_html on my home dir, I can also browse my dirs in the web
> >> browser and I can see the index page of my projects without any
> >> problem, but, I have problems when i'm trying to access to some dir
> >> inside any project, it shows this message:
> >>
> >> Not Found
> >>
> >> The requested URL /~myuser/mypage/mydir/somepage was not found on this
> >> server
> >>
> >>
> >> This is my userdir.conf
> >>
> >> <IfModule mod_userdir.c>
> >>         UserDir public_html
> >>         UserDir disabled root
> >>
> >>         <Directory /home/*/public_html>
> >>                 #AllowOverride FileInfo AuthConfig Limit Indexes
> >> #AllowOverride All
> >> #Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
> >> Options MultiViews Indexes SymLinksIfOwnerMatch
> >>                 <Limit GET POST OPTIONS>
> >>                         Order allow,deny
> >>                         Allow from all
> >>                 </Limit>
> >>                 <LimitExcept GET POST OPTIONS>
> >>                         Order deny,allow
> >>                         Deny from all
> >>                 </LimitExcept>
> >>         </Directory>
> >> </IfModule>
> >>
> >> What i'm doing wrong?, Thanks in advance.
>
> 2014-07-15 0:34 GMT-06:00 Yehuda Katz <yeh...@ymkatz.net>:
> > Have you double checked the URL for typos?
> > Are you getting to it by clicking a directory listing or by a link that
> you
> > typed?
>
> By clicking a link on my page
>
> --
> "El desarrollo no es material es un estado de conciencia mental"
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

Reply via email to