السلام عليكم
في اعدادات الفي بي سيو مكتوب التالي
).Instead of uploading the .htaccess file, open your nginx configuratin file and enter the rules defined in the nginx.txt file included within the 'htaccess' folder of the installation package (replace "/forums/" with your vBulletin folder name
وهذا هو الملف
فما هي الاعدادت المطلوب تعديلها هنا ليعمل المنتدى ؟PHP Code:# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On
# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /
#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
location /forums/ {
rewrite ^/forums/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ /forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 last;
try_files $uri $uri/ /forums/vbseo.php?$args;
}
location ~ /forums/(.*\.php)$ {
rewrite ^/forums/(.*)$ /forums/vbseo.php last;
}
location /forums/vbseo/(includes|resources/html|resources/xml)/ {
allow 127.0.0.1;
deny all;
}
الف شكر لكم


LinkBack URL
About LinkBacks





Reply With Quote
