Forum Replies Created

Viewing 1 replies (of 1 total)
  • Organize your .htaccess data like.

    –TR–

    .htaccess dosyasını aşağıdaki gibi revize ederseniz sorununuz çözülür.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>
    
    # END WordPress
    • This reply was modified 6 years, 3 months ago by bymaximum.
    • This reply was modified 6 years, 3 months ago by bymaximum.
Viewing 1 replies (of 1 total)