I’m working on trying to figure out what your saying. I went into permalinks and don’t see anything that says generate. So I changed it to day and time instead of default and clicked save changes. Then at the bottom it says this….
If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
Do you think all my old stuff is gone for good, or fixing what your saying should bring it back?
Sorry if I sound so dumb?