View Single Post
ישן 13-08-08, 03:49   # 1
intercooler3819
חבר וותיק
 
מיני פרופיל
תאריך הצטרפות: Jul 2008
הודעות: 1,056

intercooler3819 לא מחובר  

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