This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

Exzo
Exzo

I need to install a second CMS to /forum path. I uploaded the script, but when i go to the http://mydomain.com/forum/ October CMS probably overrides this link and i get:

PAGE NOT FOUND. The requested page cannot be found.

How i can make normal route? Thanks.

Last updated

daftspunky
daftspunky

This is likely caused by the .htaccess file, you will need to add an exception in here for your forum/ folder.

Exzo
Exzo

@daftspunk, i'm trying to add to whitelist, but nothing changed. Probably it should be some route.php, like in Laravel.

Last updated

Exzo
Exzo

I found info about excluding URL From CSRF protection, but cant found app/Http/Middleware/VerifyCsrfToken.php :( It seems that this is not what I need.

Last updated

Exzo
daftspunky
daftspunky

This is more of a general web development question. I suggest asking Stack Overflow for an answer, supply the web server configuration you are using.

Exzo
Exzo

I'm found this tutorial. But its too doesnt work for me :(

Last updated

Ryan Donohue
Ryan Donohue

daftspunk said:

This is more of a general web development question. I suggest asking Stack Overflow for an answer, supply the web server configuration you are using.

Or you could just answer the question? Edit your .htaccess to include the below, replace the FOLDER_NAME with the new sub directory you want OctoberCMS to ignore.

RewriteRule ^(FOLDER_NAME)($|/) - [L]

Last updated

daftspunky
daftspunky

Or you could just answer the question?

I don't use nginx

Edit your .htaccess

They are using nginx, not apache

1-9 of 9

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.