• I have had to change some of my permalinks and following using a tutorial I have had to implement a htaccess file,

    it works fine except, I cant set a static homepage, the homepage is my post page no matter what.

    here is the htaccess code

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

    Any help would be appreciated.

Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘htaccess wont let me use static homepage’ is closed to new replies.