יש לי את הקובץ הבא ב htaccess:
PHP קוד:
php_flag display_errors
php_value error_reporting 9999
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.+)$ app/index.php?action=$1 [QSA,L]
RewriteRule ^(.*) app/index.php
עכשיו החלק הזה:
PHP קוד:
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
לא פועל על
PHP קוד:
RewriteRule ^(.+)$ app/index.php?action=$1 [QSA,L]
RewriteRule ^(.*) app/index.php
[/PHP]
הוא עדיין מכניס לי דבר כזה לתוך ה ACTION
HTML קוד:
<script type="text/javascript" src="http://domain.co.il/Interface/JScripts.js"></script>
למהרות שזה קובץ JS זה מוזר. .
יש לי ידע נורא בסיסי ב htaccess
תודה מראש , ליאור