عرض مشاركة مفردة
 
  #19  
قديم 01-04-2009, 06:52 PM
الحسني الحسني غير متصل
عضو
 
تاريخ التسجيل: Apr 2008
مشاركة: 255
مستوى تقييم العضوية: 0
الحسني is an unknown quantity at this point
الافتراضي

ممكن تعدل على الكود لا هنت

ما ضبط معي ..


كود:
RewriteEngine on
#Options +FollowSymLinks

####################### Iinfinity Rewrite Rules #######################

RewriteRule greet-k-([a-z])-action-(.*)-id-(.*)-code-([0-9]+)\.htm$ greet.php?k=$1&action=$2&id=$3&code=$4

RewriteRule (.*)-action-(.*)-catoffset-(.*)-id-(.*)-offset(.*)\.htm$ $1.php?action=$2&catoffset=$3&id=$4&=offset$5

RewriteRule (.*)-action-(.*)-offset-(.*)-id-(.*)-catoffset-(.*)\.htm$ $1.php?action=$2&offset=$3&id=$4&catoffset=$5

RewriteRule (.*)-action-(.*)-m-(.*)-id-(.*)-feed-(.*)\.xml$ $1.php?action=$2&m=$3&id=$4&feed=$5

RewriteRule (.*)-action-(.*)-catoffset-(.*)-id-(.*)\.htm$ $1.php?action=$2&catoffset=$3&id=$4

RewriteRule (.*)-action-(.*)-offset-(.*)-id-(.*)\.htm$ $1.php?action=$2&offset=$3&id=$4

RewriteRule (.*)-action-(.*)-id-(.*)-ext-(.*)\.htm$ $1.php?action=$2&id=$3&ext=$4

RewriteRule (.*)-action-(.*)-id-(.*)-qid-(.*)\.htm$ $1.php?action=$2&id=$3&qid=$4

RewriteRule (.*)-action-(.*)-offset-(.*)\.htm$ $1.php?action=$2&offset=$3

RewriteRule (.*)-action-(.*)-id-(.*)\.htm$ $1.php?action=$2&id=$3

RewriteRule (.*)-action-(.*)\.htm$ $1.php?action=$2

RewriteRule (.*)-do-(.*)-action-(.*)\.htm$ $1.php?do=$2&action=$3

RewriteRule (.*)-do-(.*)\.htm$ $1.php?do=$2



################### infinity sitemap Rewrite Rules ###################

RewriteRule sitemap([0-9]+)\.(xml|txt)(\.gz)$ infinity_sitemap/sitemap$1.$2.$3

RewriteRule sitemap([0-9]+)\.(xml|txt)$ infinity_sitemap/sitemap$1.$2

RewriteRule sitemap\.(xml|txt)$ infinity_sitemap/sitemap.$1

RewriteRule sitemap.xml.gz$ infinity_sitemap/sitemap.xml.gz

RewriteRule sitemap_index.xml.gz$ infinity_sitemap/sitemap_index.xml.gz

RewriteRule sitemap_index.xml$ infinity_sitemap/sitemap_index.xml




RewriteCond %{HTTP_REFERER} !^http://pros3d.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://pros3d.com$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.pros3d.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.pros3d.com$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.maxforums.net/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.maxforums.net$      [NC]
RewriteRule .*\.(jpg|jpe|jpeg|png|gif|rar|zip)$ http://www.pros3d.com [R,NC]