WP won't load, suspect .htaccess issue
-
When I try to load WP it tries to open the php as a file.
This has to be a .htaccess issue but that topic is a mystery to me.Here is the .htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>AddHandler application/x-httpd-php .html .htm
php_value include_path “.:/usr/local/lib/php:/usr/httpd/amyers/murphysmotel.com/phpincludes/”and here is the blog home
https://www.murphysmotel.com/blog
Any ideas?
ThanksGreg
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘WP won't load, suspect .htaccess issue’ is closed to new replies.