URL דינמי

puvsc

New member
URL דינמי

יש לי בעיה- אני לא מצליח לשנות URL עם HTACCESS, הוא עובד- ומשפיע על האתר- קיבלתי שגיאה 500 שהכנסתי שם שטויות,
וה MOD_REWITE פעיל...

אשמח אם מישהו יוכל לעזור: זה הקוד של ה HTACCESS:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
RewriteRule ^([^/]*)/([^/]*)\.html$ /allProduct.php?class=$1&camp=$2 [L]

</IfModule>
 
למעלה