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]

Reply via email to