Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I tried to put it like this,

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ./index .php [L]
    </IfModule>
    
    AddType x-mapp-php5 .php
    
    # END WordPress

    but then my website turns out blank. Showing nothing.

    WHere exactly do I add the code?

    This is how my .htaccess file looks like.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ./index .php [L]
    </IfModule>
    
    # END WordPress
Viewing 2 replies - 1 through 2 (of 2 total)