htaccess dosyam direkt bu:
Alıntı
.# BEGIN WordPress
<IfModule mod_rewrite.c>
Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /meydan/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
Bahsettiğiniz komutları hem ana dizinde hem de alt dizinde denedim fakat olmadı.