Re: [EMAIL PROTECTED] .htaccess MOD REWRITING

2005-08-30 Thread Arne Heizmann
RewriteRule ^item-([0-9]+).html+ index.php?itemid=$1 should probably be: RewriteRule ^/item-([0-9]+).html /index.php?itemid=$1 What was the purpose of the + you added after html? ** This email and any files

[EMAIL PROTECTED] .htaccess MOD REWRITING

2005-08-29 Thread cocozz
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+

RE: [EMAIL PROTECTED] .htaccess MOD REWRITING

2005-08-29 Thread Dukkefup Mun
Do you have Options +FollowSymLinks defined? From:cocozz [EMAIL PROTECTED]Reply-To:users@httpd.apache.orgTo:users@httpd.apache.orgSubject:[EMAIL PROTECTED] .htaccess MOD REWRITINGDate:Tue, 30 Aug 2005 05:49:39 +0200Hi,I am trying to use the MOD REWRITING function of Apache on a Nucleus CMS