عندي صفحة البداية html

لو حطيت ملف htaccess هذا المرفق ل phpwprdpress

يوجهني لصفحة الأخبار

أبغاه يبدأ بالصفحة الخاصة فيني

كود:
Options All -Indexes
ErrorDocument 404 /index.php?error

RewriteEngine On

RewriteRule ^category/([0-9]+).html/?$ index.php?category=$1 [L]
RewriteRule ^news/([0-9]+).html/?$ index.php?news=$1 [L]
RewriteRule ^print/([0-9]+).html/?$ print_version.php?id=$1 [L]
RewriteRule ^comments/([0-9]+).html/?$ index.php?comments=$1 [L]
RewriteRule ^author/([^<]+).html/?$ index.php?author=$1 [L]
RewriteRule ^([^<]+).html/?$ index.php?category_name=$1 [L]
RewriteRule ^([^<]+).htm/?$ index.php?text=''&news=$1 [L]
RewriteRule ^([^.]+)/?$ index.php?category_name=$1 [L]