2012-09-02, 08:36:50
magik Wrote:You seem to have pretty-urls activated. It might be the culprit. I would check the .htaccess in your main GetSimple directory for a possible error, maybe your page isn't redirecting correctly.
The following line: RewriteRule ^blog/tag/([^/.]+)/?$ index.php?id=blog&tag=$1 [L]
Thanks that was the issue. I forgot to make those changes to the htaccess file after the fresh install. The archive page is messed up. I go to "http://getsimplecmsproject00.dreamhoster...ive=$1" and I see the archive page (with nothing in it.) but "http://getsimplecmsproject00.dreamhoster...g/archive/" gives me that same 404 error. I do have this in the htaccess
Code:
RewriteRule ^blog/archive/([^/.]+)/?$ index.php?id=blog&archive=$1 [L]