عرض مشاركة واحدة
  #1  
قديم 05-21-2009, 12:31 AM
الصورة الرمزية العاشق 2005  
رقـم العضويــة: 365
تاريخ التسجيل: Sep 2008
المشـــاركـات: 94,808
نقـــاط الخبـرة: 85
افتراضي خبراء ملف .htaccess عندي مشكله فيه

السلام عليكم ...

اخواني

انا ركبت سكربت النواحي

http://design.mnab33.com/index.php

ولكن فيه مشكله مع الاستضافه حاولت افهمهم بس لا حياة لمن تنادي

الاستضافه امريكيه

لكن انا كتشفت المشكله..

ان ملف .htaccess محتاج شوية تغيير

بحيث لو ضغطنا على اضافة موقع
http://design.mnab33.com/add-site.html

ما تفتح

لكن ان فتحنا ملف البي اتش بي الاساسي يفتح

http://design.mnab33.com/add.php


وهذا كود ملف الهاشس

رمز PHP:
#SWITCH mod_rewrite ON
Options +FollowSymLinks
RewriteEngine on
#OUR ABOVE CODE

RewriteRule index.html$ index.php
RewriteRule site
-(.*).html$ site.php?id=$1
RewriteRule catgory
.html$ catgory.php
RewriteRule section
-(.*).html$ section.php?id=$1
RewriteRule ads
-(.*).html$ go.php?id=$1
RewriteRule add
-site.html$ add.php
RewriteRule insert
-site.html$ add.php?action=insert
RewriteRule insert
-comment.html$ add.php?action=addcomments

RewriteRule orderbyvisitor
-(.*).html$ section.php?id=$1&order=1
RewriteRule orderbyrate
-(.*).html$ section.php?id=$1&order=2
RewriteRule orderbyold
-(.*).html$ section.php?id=$1&order=3
RewriteRule orderbylast
-(.*).html$ section.php?id=$1&order=4

RewriteRule show
-site.html$ index.php?X=1
RewriteRule show
-section.html$ index.php?X=2

RewriteRule pages
-(.*)-(.*).html$ section.php?id=$1&page=$2

RewriteRule contact
.html$ contact.php
RewriteRule contact
-send.html$ contact.php?action=send
RewriteRule tell
-friend.html$ tell-friend.php
RewriteRule friend
-send.html$ tell-friend.php?action=send

RewriteRule article
.html$ article.php
RewriteRule article
-(.*).html$ article.php?id=$1
RewriteRule rate
-(.*)-(.*).html$ ratecode.php?rate=1&siteid=$1&sitename=$2
RewriteRule archive
.html$ archive.php

RewriteRule vote
.html$ poll.php?x=vote
RewriteRule poll
-(.*).html$ poll.php?x=show&id=$1


ياليت اللي له خبره..وكيف اعدل الملف عشان يشتغل ..يساعدني

وشكراً