אשכול: .htaccess
View Single Post
ישן 03-06-09, 21:56   # 1
Labs
חבר וותיק
 
מיני פרופיל
תאריך הצטרפות: Nov 2007
גיל: 34
הודעות: 1,500
Send a message via Skype™ to Labs

Labs לא מחובר  

.htaccess

היי
אני מנסה להגיע לדבר הבא
קוד:
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>
תודה לעוזרים
__________________
אין יותר צהל!
Skype: lab5dan
  Reply With Quote