elisa13
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Setting Home page to a static page makes site not loadHere is our .htaccess code now – hope this helps you.
AddHandler application/x-httpd-php56 .php
<IfModule mod_suphp.c>
suPHP_ConfigPath /opt/php54/lib
</IfModule># 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>Forum: Fixing WordPress
In reply to: Setting Home page to a static page makes site not loadHello – yes! Thank you @solybarr for checking. I need to mark topic as resolved. Here is what we found.
.htaccess had code that was sending the site into a loop which made the browser not show the page. Thankfully, our hosting site found it when we were verifying the php version. Not sure when it happened but it most likely was from one of the upgrades from the plugins.
He removed that code (sorry don’t have the exact code since they removed) and we are back!
Forum: Fixing WordPress
In reply to: Setting Home page to a static page makes site not loadThank you for the suggestion and the help! I did try that and same problem.
I set the static home page and if you click on
https://preferredecoating.com/ you will see the error message.I too have multiple sites with Divi and not had any problems. This client has PHP 5.4 running. From reading other forums, I am wondering if PHP 5.6 or 7.0 might resolve our issues?
Again, thank you so much for the help.
Forum: Fixing WordPress
In reply to: Setting Home page to a static page makes site not loadyes. every page I try works on their own as long as they are not set as the static page:
https://preferredcoating.com/dallas-preferred-e-coating/ was the original home page that was set to static. As you can see, we can view it perfectly.
Once I started troubleshooting, I created this page,
https://preferredcoating.com/home/ and it too will not work if I set it as the home page.Currently the https://preferredecoating.com/ is set to show Posts. There is no problem loading.
However, I need to make one of the other pages the static home page.