Hi Mark,
Sorry for the delay in getting back on this.
When I refer to auto-generated URLs, I am referring to
[permalink=/blog/event]
{title_permalink=/blog/event}
{path=/group/template}All of these still generate paths with index.php - which (a very big duh moment on my part ) is due to index.php still being specified in general config.
So, no, I guess things aren’t “working”. Seems I can have one or the other. The file & directory check doesn’t seem to work on the server I’m on. Well, at least not completely.
However, I went back to the “unsupported” exclude method - and things seem to be ok once i tweaked how i called my css. (I always forget that tag).
RewriteCond $1 !^(assets|blueprint|cgi-bin|images|img|js|safecopies|styles|system|themes|uploads|web|favicon\.ico|robots\.txt|index\.php|admin\.php) [NC]
RewriteRule ^(.*)$ /index.php/$1 [L]
RewriteRule ^index.php/(.+)$ index.php?$1 [L,QSA]So, it appears I’m running fine at the moment, but I’ve trying to get the site live and the client off and running, so I may be a bit scatter brained at the moment.