Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Home page not loading

Home / Forums / Pinnacle Theme / Home page not loading

This topic is: Resolved
[Resolved]
Posted in: Pinnacle Theme
December 28, 2018 at 1:11 pm

Dear support,
I have a problem with a new page I am developing under a subdomain. Actually everything was fine when suddenly the home page does not longer load. Here’s a link to a page . Please try to go to the home and you will see that it does not work.

What I did:
– Rewrite the .htaccess by
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule>
# END WordPress

– Made a new home page
– Save the permanent links a few times

Still nothing works…any suggestions?

Thanks,
Fabrizio

  • The forum ‘Pinnacle Theme’ is closed to new topics and replies.