Skip to content

Wintercms' htacces avoid me to access to subdomain #1109

Answered by mjauvin
rabimx asked this question in Q&A
Discussion options

You must be logged in to vote

Try this:

https://octobercms.com/forum/post/ignore-specific-subfolders-via-htaccess

For future:

If you want October CMS to ignore specific sub-folder rather than returning a 404 then add the following rule in .htaccess right after RewriteEngine On:
RewriteRule ^(foobar1|foobar2)($|/) - [L]
Where, foobar1 and foobar2 are sub-folders.
Reload your Apache config and it should work.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rabimx
Comment options

Answer selected by LukeTowers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants