Do you have Options +FollowSymLinks defined?


From:  cocozz <[EMAIL PROTECTED]>
Reply-To:  users@httpd.apache.org
To:  users@httpd.apache.org
Subject:  [EMAIL PROTECTED] .htaccess MOD REWRITING
Date:  Tue, 30 Aug 2005 05:49:39 +0200
>Hi,
>
>I am trying to use the MOD REWRITING function of Apache on a Nucleus
>CMS with .htaccess.
>
>So I put the .htaccess on my site folder ( /var/www/nucleus). It
>contains the following lines:
>
>    RewriteEngine On
>    RewriteRule ^archive-([0-9]+)-([0-9]+)-([0-9]+).html+
>    index.php?archive=$2-$3&blogid=$1
>    RewriteRule ^item-([0-9]+).html+ index.php?itemid=$1
>    RewriteRule ^archivelist-([a-z]+).html+ index.php?archivelist=$1
>
>But it doesnt works, I get 500 errors when trying to access
>mysite.com/item-1.html
>
>Hope you can help me,
>Regards
>
>
>---------------------------------------------------------------------
>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: [EMAIL PROTECTED]
>   "   from the digest: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>


Get the NEW version of MSN Messenger with Video Conversation - it's FREE! --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to