Hello,

I have configured a personal work-space for mine in apache where I can
experiment with different sites and here is the configuration

````````````````````````````````````````````
Alias /personal/joydeep  /var/personal_work_area/joydeep

DocumentRoot  /var/personal_work_area/joydeep/

        <Directory /var/personal_work_area/joydeep/>

          DirectoryIndex index.php

           Options Indexes FollowSymLinks MultiViews
                AllowOverride All
                Order allow,deny
                allow from all

        </Directory>
``````````````````````````````````````````````````````````

I have placed a folder ( a site) there. So the absolute path of that
folder is  /var/personal_work_area/joydeep/experiment. Whenever I access
the folder through browser by visiting
http://192.168.1.1/personal/joydeep/experimet   I  get "page not found
error".  the log reports

``````````````````````````
URL   /personal/joydeep/experiment/index.php,  referer:
http://192.168.1.1/personal/joydeep/
```````````````````````````````
It is definitely wrong as it refer the parent folder and not the
subfolder "experiment" hence the index.php is missing.  Is there any
problem with my configuration ?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to