אשכול: עזרה| htaccess
View Single Post
ישן 11-04-12, 16:03   # 1
Liorl
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Aug 2010
הודעות: 604

Liorl לא מחובר  

עזרה| htaccess

יש לי את הקובץ הבא ב 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=$[QSA,L]
RewriteRule ^(.*) app/index.php 
עכשיו החלק הזה:
PHP קוד:
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond 
%{REQUEST_FILENAME} !-f
RewriteCond 
%{REQUEST_FILENAME} !-
לא פועל על
PHP קוד:
RewriteRule ^(.+)$ app/index.php?action=$[QSA,L]
RewriteRule ^(.*) app/index.php 
[/PHP]

הוא עדיין מכניס לי דבר כזה לתוך ה ACTION
HTML קוד:
<script type="text/javascript" src="http://domain.co.il/Interface/JScripts.js"></script>
למהרות שזה קובץ JS זה מוזר. .
יש לי ידע נורא בסיסי ב htaccess

תודה מראש , ליאור
__________________
  Reply With Quote