View Single Post
ישן 01-05-11, 00:43   # 1
israeli
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Apr 2008
הודעות: 570

israeli לא מחובר  

בעיה מוזרה בקובץ .htaccess

ניסיתי להפעיל את האתר ע"י קיצור כתובת
בכניסה לכתובת בצורה רגילה עובד אבל בכניסה דרך השיטה שמצויינת בקובץ לא נכנס

זה הקוד:
PHP קוד:
Options +FollowSymLinks

RewriteEngine On
RewriteBase 
/

RewriteRule index.php [L]

RewriteRule ^contactindex.php?act=contact [L]
RewriteRule ^sitemapindex.php?act=sitemap [L]
RewriteRule ^tcploginindex.php?act=teamcp [L]
RewriteRule ^jointeamindex.php?act=team [L]
RewriteRule ^watchindex.php?act=watch [L]

RewriteRule ^p([0-9]+)$ index.php?act=main&page=$[L]
RewriteRule ^m-(.*)$ index.php?act=movie&entitle=$[L]
RewriteRule ^profile-(.*).htmlindex.php?act=profile&username=$[L]

RewriteRule ^report-movies-([0-9]+)$ index.php?act=report&type=movies&id=$[L]
RewriteRule ^report-episodes-([0-9]+)$ index.php?act=report&type=episodes&id=$[L]

RewriteRule ^ep-([0-9]+)-([0-9]+)$ index.php?act=episode&series_id=$2&episode_number=$[L]

RewriteRule ^sc-([0-9]+)$ index.php?act=cat&type=series&cid=$[L]
RewriteRule ^sc-([0-9]+)-p([0-9]+)$ index.php?act=cat&type=series&cid=$1&page=$[L]

RewriteRule ^mc-([0-9]+)$ index.php?act=cat&type=movies&cid=$[L]
RewriteRule ^mc-([0-9]+)-p([0-9]+)$ index.php?act=cat&type=movies&cid=$1&page=$[L
שבוע טוב
__________________
בברכה יואל
מצחיק , צחוקים שידורי ספורט
*מוכר דומיינים בתשלום בpaypal, מכל הסוגים!
  Reply With Quote