مشكلة فى .htaccess

colmen

عضو جديد
8 فبراير 2013
1
0
0
33
مشكلة فى

.htaccess

إثبات ملكيتك الموقع على جوجل يقراء & الاضافه

يمكنك إثبات ملكيتك لموقع الويب http://qoran.eb2a.com/



‪http://qoran.eb2a.com/google42b145bd738cbfd6.html


الملف موجود ولاكن المشكله فى

.htaccess


PHP:
# Script Name : ISLAM CMS | Content Management System Islamic
# Version : 1.0
# Developer : Marwen LouaTi
# Email : dev.islamcms@gmail.com
# Web site : http://www.islamcms.net
# Copyright آ© 2012 By ISLAM CMS. All Rights Reserved.
# License: [ISLAM COPYRIGHT] | http://www.islamcms.net/license.html

Options -Indexes

# Security
# php_flag register_globals off
# php_flag safe_mode on
# php_flag magic_quotes_gpc on

# deny most common except .php
<FilesMatch "\.(inc|tpl|h|ihtml|sql|ini|conf|bin|spd|theme|module)$">
deny from all
</FilesMatch>

<Files ~"\.ht$">
Order Allow,Deny
deny from all
Satisfy All
</Files>

# Interdire la lecture/أ©criture des fichiers index - admin
<Files ~"\index.php$">
deny from all
</Files>

<Files ~"\admin.php$">
deny from all
</Files>


<Limit GET PUT POST>
  Order Allow,Deny
   deny from 200.
  Allow from all
</Limit>

# Errors
ErrorDocument 400                                            /index.php?error=400
ErrorDocument 401                                            /index.php?error=401
ErrorDocument 403                                            /index.php?error=403
ErrorDocument 404                                            /index.php?error=404
ErrorDocument 500                                            /index.php?error=500
ErrorDocument 503                                            /index.php?error=503


# Mod rewrite on
RewriteEngine On
RewriteBase /

# Index
RewriteRule ^index.html                                            index.php [NC]
RewriteRule ^([a-zA-Z0-9_]+).html                                    index.php?name=$1 [NC]
RewriteRule ^([a-zA-Z0-9_]+)-best-([0-9]*).html$                        index.php?name=$1&best=1&number=$2 [NC]
RewriteRule ^([a-zA-Z0-9_]+)-best.html$                            index.php?name=$1&best=1 [NC]
RewriteRule ^([a-zA-Z0-9_]+)-hits-([0-9]*).html$                        index.php?name=$1&hits=1&number=$2 [NC]
RewriteRule ^([a-zA-Z0-9_]+)-hits.html$                            index.php?name=$1&hits=1 [NC]
RewriteRule ^([a-zA-Z0-9_]+)-letter-(.*)-([0-9]*).html$                    index.php?name=$1&open=liste&let=$2&number=$3 [NC]
RewriteRule ^([a-zA-Z0-9_]+)-letter-(.*).html$                        index.php?name=$1&open=liste&let=$2 [NC]
RewriteRule ^([a-zA-Z0-9_]+)-list-([0-9]*).html$                        index.php?name=$1&open=liste&number=$2 [NC]
RewriteRule ^([a-zA-Z0-9_]+)-list.html$                                index.php?name=$1&open=liste [NC]
RewriteRule ^([a-zA-Z0-9_]+)-add.html$                            index.php?name=$1&open=add [NC]
RewriteRule ^([a-zA-Z0-9_]+)-view-([0-9]*).html$                        index.php?name=$1&open=view&id=$2 [NC]
RewriteRule ^([a-zA-Z0-9_]+)-view-([0-9]*)-([0-9]*)-([0-9]*).html$            index.php?name=$1&open=view&id=$2&page=$3&number=$4 [NC]
RewriteRule ^([a-zA-Z0-9_]+)-view-([0-9]*)-([0-9]*).html$                index.php?name=$1&open=view&id=$2&number=$3 [NC]
RewriteRule ^([a-zA-Z0-9_]+)-view-([0-9]*)-word-(.*).html$                index.php?name=$1&open=view&id=$2&word=$3 [NC]
RewriteRule ^([a-zA-Z0-9_]+)-word-(.*).html$                        index.php?name=$1&word=$2 [NC]
RewriteRule ^([a-zA-Z0-9_]+)-([a-zA-Z0-9_]+)-word-(.*)-([0-9]*).html$        index.php?name=$1&module=$2&word=$3&number=$4 [NC]
RewriteRule ^([a-zA-Z0-9_]+)-print-([0-9]*).html$                        index.php?name=$1&open=printe&id=$2 [NC]
RewriteRule ^([a-zA-Z0-9_]+)-([0-9]*).html$                            index.php?name=$1&number=$2 [NC]
RewriteRule ^([a-zA-Z0-9_]+)-([0-9]*).html$                            index.php?name=$1&module=$2 [NC]
RewriteRule ^([a-zA-Z0-9_]+)-broken-([0-9]*).html$                    index.php?name=$1&open=broken&id=$2 [NC]
RewriteRule ^([a-zA-Z0-9_]+)-comment-broken-([0-9]*)-([0-9]*).html$        index.php?name=$1&open=comment_broken&id=$2&active=$3 [NC]
RewriteRule ^([a-zA-Z0-9_]+)-vote-good-([0-9]*).html$                    index.php?name=$1&open=vote_good&id=$2 [NC]
RewriteRule ^([a-zA-Z0-9_]+)-vote-bad-([0-9]*).html$                    index.php?name=$1&open=vote_bad&id=$2 [NC]
RewriteRule ^([a-zA-Z0-9_]+)-cat-([0-9]*)-word-(.*).html$                index.php?name=$1&cat=$2&word=$3 [NC]
RewriteRule ^([a-zA-Z0-9_]+)-cat-([0-9]*)-([0-9]*).html$                index.php?name=$1&cat=$2&number=$3 [NC]
RewriteRule ^([a-zA-Z0-9_]+)-cat-([0-9]*).html$                        index.php?name=$1&cat=$2 [NC]
RewriteRule ^([a-zA-Z0-9_]+)-info-(.*).html$                            index.php?name=$1&open=info&user=$2 [NC]
RewriteRule ^([a-zA-Z0-9_]+)-edit-user.html$                        index.php?name=$1&open=edit_user [NC]
RewriteRule ^([a-zA-Z0-9_]+)-logout.html$                            index.php?name=$1&open=logout [NC]
RewriteRule ^([a-zA-Z0-9_]+)-new-user.html$                        index.php?name=$1&open=new_user [NC]
RewriteRule ^([a-zA-Z0-9_]+)-password-lost.html$                    index.php?name=$1&open=password_lost [NC]


# All standart moduls and RSS
RewriteRule ^rss-number-([0-9]*).html$                                rss.php?number=$1 [NC]
RewriteRule ^rss-([a-zA-Z0-9_]+)-number-([0-9]*).html$                rss.php?name=$1&number=$2 [NC]
RewriteRule ^rss-([a-zA-Z0-9_]+)-id-([0-9]*).html$                    rss.php?name=$1&id=$2 [NC]
RewriteRule ^rss-([a-zA-Z0-9_]+)-([0-9]*)-number-([0-9]*).html$            rss.php?name=$1&cat=$2&number=$3 [NC]
RewriteRule ^rss-([a-zA-Z0-9_]+)-([0-9]*).html$                        rss.php?name=$1&cat=$2 [NC]
RewriteRule ^rss-([a-zA-Z0-9_]+).html$                                rss.php?name=$1 [NC]
RewriteRule ^rss.html$                                            rss.php [NC]


 

WebCraker

العبد الفقير إلى الله
طاقم الإدارة
9 مارس 2008
5,670
50
48
Egypt
support-ar.com
هلا ياغالى

قم بحذف ملف .htaccess لين ما تقوم بتفعيل الموقع وبعدها قم باعادته