New install, admin but no view blot
-
Am doing work moving an HTML site to WP.
sixties60s.com
I am using a working directory sixties60s.com/wp-sixties
The install went fine, DB seems fine, I can do most anything in ADMIN but it does not show up in view or from a url.
https://sixties60s.com/wp-sixties/index.php gives no errors, just a white page.
Been reading a lot of old messages about this and am stumped.
here is my .htaccess fileRewriteCond %{HTTP_HOST} ^www.sixties60s.com RewriteRule (.*) https://sixties60s.com/$1 [R=301,L] # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wp-sixties/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wp-sixties/index.php [L] </IfModule> # END WordPress DirectoryIndex index.php index.htm index.html AddType video/ogg .ogv AddType video/mp4 .mp4 AddType video/mp4 .m4v AddType video/webm .webm
Thanx
Kicker
- The topic ‘New install, admin but no view blot’ is closed to new replies.