اقتبـاس ،، ما طريقة تحويل الروابط ل html ؟ لوحة التحكم » إعدادات المنتدى » إعدادات PBBoard Seo
تفعيل تحويل الروابط إلى HTML = نعم
انقر "موافق"
تحرير ملف الـ htaccess
التعديل للمستخدمين المتقدمين فقط
لا تعدل شيء
انقر "موافق"
سيتم إنشاء ملف بإسم .htaccess في منتداك.
إذا ظهر لك في المنتدى Error 500 Internal Server Error
ادخل من FTP
لمجلد المنتدى وستجد ملف بأسم :htaccess.
اعمل له تحرير
اذا رأيته بنفس هذا الكود :
CODE
Options -MultiViews +FollowSymlinks -Indexes
# It is Better to set SecFilterEngine On, but it is the only solution to solve
# Error 500 Internal Server errors in some servers.
<IfModule mod_security.c>
# Turn off mod_security filtering.
SecFilterEngine Off
# The below probably isn't needed, but better safe than sorry.
SecFilterScanPOST Off
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^t(.*).html t$1 [L]
RewriteRule ^f(.*).html f$1 [L]
RewriteRule ^u(.*).html u$1 [L]
RewriteRule ^p(.*).html p$1 [L]
RewriteRule ^archive(.*).html archive.html [L]
RewriteRule ^Af(.*).html Af$1 [L]
RewriteRule ^At(.*).html index.php?page=topic_archive&show=1&id=$1 [L]
RewriteRule ^search(.*).html index.php?page=search&index=1 [L]
RewriteRule ^t(.*) t$1 [L]
RewriteRule ^sitemap.xml sitemap.xml
RewriteRule ^sitemap(.*).htm sitemap.htm [L]
<IfModule mod_env.c>
SetEnv SEO_SUPPORT 1
</IfModule>
</IfModule>
# Send GZIP Javascript, CSS, HTML and XML faster if mod_deflade/GZIP enabled in Apache
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE application/ text/css text/html text/xml
</IfModule>
قم بتعطيل تحويل الروابط ل html من لوحة التحكم ,
وراجع المستضيف عن امكانية تفعيل RewriteRule