hi
i upgraded a week ago to 4.2 from 4.1 and the rewrite to the new friendly url's doesnt seem to be working. i have a rather straightforward setup with the exception that drupal is installed in /myblog/ instead of the root of the webserver.
now i checked:
[root@kjell myblog]# grep -i mod_rewrite /etc/httpd/conf/httpd.conf
LoadModule rewrite_module modules/mod_rewrite.so
AddModule mod_rewrite.c
and mod_rewrite seems rightly configured
i also have a .htacess
[root@kjell myblog]# ls -al .htaccess
-rw-r--r-- 1 apache apache 1894 Aug 19 15:24 .htaccess
and to get past the / in the error handeling i have a symlink tot a custom 404
[root@kjell myblog]# ls -al ../error.php
lrwxrwxrwx 1 root root 8 May 4 15:58 ../error.php -> 404.html
in my conf i enables friendly urls and rewrite (can someone provide me with a sql statement for this to show?). it isnt working however.
any help appreciated to solve this problem with is rather bad for me...