11/01/2018 at 5:55 pm
#476233
Guest
Got copy running on hosting dev.
Set theme to TwentySeventeen.
Deleted all other themes.
Deleted all non-Connections plugins.
Bare-bones .htaccess (below)
Same results.
Thinking problem must be CSV file?
It’s an export from Connections Version 8.28.4
(.htaccess)
1 # BEGIN WordPress
2 <IfModule mod_rewrite.c>
3 RewriteEngine On
4 RewriteBase /sierraviewcc.dev/
5 RewriteRule ^index.php$ – [L]
6 RewriteCond %{REQUEST_FILENAME} !-f
7 RewriteCond %{REQUEST_FILENAME} !-d
8 RewriteRule . /sierraviewcc.dev/index.php [L]
9 </IfModule>
10 # END WordPress
