Thread Starter
nyarts
(@nyarts)
All my posts are still all there when I try to edit them, but they will not load when I try to click on them.
🙁 This is very frustrating.
Thread Starter
nyarts
(@nyarts)
My .htaccess looks like:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
I have tried to change the theme. No results.
I have tried to change the permalinks back to ugly. No results.