Philip Wigg wrote: > I think you need to look at:- > > http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewritebase > > Or just put the rewrite httpd.conf, you don't seem to require an .htaccess? > > No luck :-( I have put ```` RewriteBase /var/personal_work_area/joydeep ```` at .htaccess but no success. I have also tried to put the same in apache configuration as ```````````````` Alias /personal/joydeep /var/personal_work_area/joydeep DocumentRoot /var/personal_work_area/ <Directory /var/personal_work_area/joydeep/> DirectoryIndex index.php Options Indexes FollowSymLinks MultiViews RewriteBase /var/personal_work_area/joydeep AllowOverride All Order allow,deny allow from all </Directory> ````````````````````` failure :-( --------------------------------------------------------------------- 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-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx