2013-05-27, 22:07:35
(2013-05-27, 18:23:02)Connie Wrote: when don't you see the pages?
In the browser or when you try to set the link?
Any URL?
http://sic-parvis-magna.com/dansite_v2.0/index.html is what I'm trying to have appear in the browser. No 404 either.
I just realized that this line is probably the issue in .htaccess, but I don't know how to create an exception. This is a static subfolder, not anything generated from the CMS.
Code:
#Allows .html extension for page links (used with Custom Permalink in admin settings)
RewriteRule /?([A-Za-z0-9_-]+).html$ index.php?id=$1 [QSA,L]