Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • I am going to post this everywhere that someone write about this so that you can try this solution out.

    Make that if you have reinstalled wordpress, that you .htaccess file is correct. If you have wordpress installed on your main directory(you see wordpress content when you first enter the site) your .htaccess file should look similar to this:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    I am going to post this everywhere that someone write about this so that you can try this solution out.

    Make that if you have reinstalled wordpress, that you .htaccess file is correct. If you have wordpress installed on your main directory(you see wordpress content when you first enter the site) your .htaccess file should look similar to this:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    I am going to post this everywhere that someone write about this so that you can try this solution out.

    Make that if you have reinstalled wordpress, that you .htaccess file is correct. If you have wordpress installed on your main directory(you see wordpress content when you first enter the site) your .htaccess file should look similar to this:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    I am going to post this everywhere that someone write about this so that you can try this solution out.

    Make that if you have reinstalled wordpress, that you .htaccess file is correct. If you have wordpress installed on your main directory(you see wordpress content when you first enter the site) your .htaccess file should look similar to this:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    I am going to post this everywhere that someone write about this so that you can try this solution out.

    Make that if you have reinstalled wordpress, that you .htaccess file is correct. If you have wordpress installed on your main directory(you see wordpress content when you first enter the site) your .htaccess file should look similar to this:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    I am going to post this everywhere that someone write about this so that you can try this solution out.

    Make that if you have reinstalled wordpress, that you .htaccess file is correct. If you have wordpress installed on your main directory(you see wordpress content when you first enter the site) your .htaccess file should look similar to this:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    I am going to post this everywhere that someone write about this so that you can try this solution out.

    Make that if you have reinstalled wordpress, that you .htaccess file is correct. If you have wordpress installed on your main directory(you see wordpress content when you first enter the site) your .htaccess file should look similar to this:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

Viewing 7 replies - 1 through 7 (of 7 total)