14-08-08, 15:40
|
# 2
|
חבר מתקדם
|
ציטוט:
נכתב במקור על ידי 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
|
איפה לכתוב את הקוד הנ"ל?
|
|
|