• Hi, I just installed wordpress 4.6.1 on a new site, but after all the setups i cant seen to be able to publish a new post or change my perlinks, it just directs me back to the site home page. i have tried all troubleshooting possible
    – Deleted the wordpress and installed it manually
    – Deleted database and created a new one still nothing
    – deleted all plugins still no hope
    – even tried on a twentysixteen theme still redirects me to site home
    the site is btopeople.org
    Need help in resolving this issue thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Where is it hosted? What does the .htaccess file have in it?

    Thread Starter zeedollar

    (@zeedollar)

    # 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>

    # END WordPress
    this is what the htaccess contains
    and its been hosted with supremepanel32

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Just Installed WordPress 4.6.1, Cant publish a new post, cant change permalinks.’ is closed to new replies.