Hello list,

I am suffering with document root issue with my apache config . I have
placed a config like

```````````````

Alias /personal/joydeep  /var/personal_work_area/joydeep


        <Directory /var/personal_work_area/joydeep/>
              DirectoryIndex index.php
              
        </Directory>

``````````

But realurl is not working here as rewrite rule always use /var/www as its 
document root. Is it possible to force the document root inside <Directory> ?
Please let me know.



-- 
জয়দীপ বক্সী


---------------------------------------------------------------------
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