تم حل المشكله اخواني اشكركم عذبتكم معي طلع العطل من ملف الهيتكس
للي عنده نفس الخطاء يضع محتويات ملف الهيتكس
<IfModule mod\_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST\_FILENAME} !-f
RewriteCond %{REQUEST\_FILENAME} !-d
RewriteRule . /index.php \[L\]
</IfModule>
\# BEGIN WordPress
<IfModule mod\_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST\_FILENAME} !-f
RewriteCond %{REQUEST\_FILENAME} !-d
RewriteRule . /index.php \[L\]
</IfModule>
\# END WordPress