<![CDATA[ Configuration Check Issue - My Forums]]> https://forums.modx.com/thread/?thread=98494 <![CDATA[Configuration Check Issue]]> https://forums.modx.com/thread/98494/configuration-check-issue#dis-post-532723 Core folder is accessible by web

in my .htaccess on my www root I have

# The Friendly URLs part
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]

this obviously makes www.mysite.com/core redirect to index.php which makes the config think that its exposed..

I tried doing
#RewriteRule ^(?!core/)(.*)$ index.php?q=$1 [L,QSA]

and it still shows the error. Do you know of a way to work around this issue?

I am redirecting all URLS to index.php because I am doing a single page website (angularJS) and using modx as the CMS for angular but not using modx built in router.]]>
zurie Oct 03, 2015, 07:25 PM https://forums.modx.com/thread/98494/configuration-check-issue#dis-post-532723
<![CDATA[Re: Configuration Check Issue (Best Answer)]]> https://forums.modx.com/thread/98494/configuration-check-issue#dis-post-532726 zurie Oct 03, 2015, 08:25 PM https://forums.modx.com/thread/98494/configuration-check-issue#dis-post-532726