היי
אני מנסה להגיע לדבר הבא
קוד:
domain.com/a/b/c = > domain.com/index.php
ובמידה וקיימת תיקייה\קובץ זה יתנהג כרגיל
מה שיש לי בנתיים (לא עובד)
קוד:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond $1 !^(index\.php|templates)
RewriteRule ^(.*)$ ./index.php/$1 [L]
</IfModule>
תודה לעוזרים