ניסיתי להפעיל את האתר ע"י קיצור כתובת
בכניסה לכתובת בצורה רגילה עובד אבל בכניסה דרך השיטה שמצויינת בקובץ לא נכנס
זה הקוד:
PHP קוד:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule $ index.php [L]
RewriteRule ^contact$ index.php?act=contact [L]
RewriteRule ^sitemap$ index.php?act=sitemap [L]
RewriteRule ^tcplogin$ index.php?act=teamcp [L]
RewriteRule ^jointeam$ index.php?act=team [L]
RewriteRule ^watch$ index.php?act=watch [L]
RewriteRule ^p([0-9]+)$ index.php?act=main&page=$1 [L]
RewriteRule ^m-(.*)$ index.php?act=movie&entitle=$1 [L]
RewriteRule ^profile-(.*).html$ index.php?act=profile&username=$1 [L]
RewriteRule ^report-movies-([0-9]+)$ index.php?act=report&type=movies&id=$1 [L]
RewriteRule ^report-episodes-([0-9]+)$ index.php?act=report&type=episodes&id=$1 [L]
RewriteRule ^ep-([0-9]+)-([0-9]+)$ index.php?act=episode&series_id=$2&episode_number=$1 [L]
RewriteRule ^sc-([0-9]+)$ index.php?act=cat&type=series&cid=$1 [L]
RewriteRule ^sc-([0-9]+)-p([0-9]+)$ index.php?act=cat&type=series&cid=$1&page=$2 [L]
RewriteRule ^mc-([0-9]+)$ index.php?act=cat&type=movies&cid=$1 [L]
RewriteRule ^mc-([0-9]+)-p([0-9]+)$ index.php?act=cat&type=movies&cid=$1&page=$2 [L]
שבוע טוב