View Single Post
ישן 14-08-08, 15:40   # 2
DaNieLLL
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 32
הודעות: 614

DaNieLLL לא מחובר  

ציטוט:
נכתב במקור על ידי nitsanbn צפה בהודעה
umm i would suggest to rewrite something likes:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L

then you can do whatever you want in index php
this is more efficient because htaccess-per-folder is really really less efficient than php.ini rewrite / global rewriting
איפה לכתוב את הקוד הנ"ל?
__________________
  Reply With Quote