index.php in other folders issue

Status
This content is read-only, or is not open for further replies.

jtorral

Guest
offline
Let's assume the following:

www.example.com

Is my xenforo base. Everything works there

However, if I put my own app with its own index.php in

www.example.com/myapp/index.php

Xenforo freeks out and does not allow it.

My existing htaccess in xenforo root is as follow

Code:

Code:
ErrorDocument 401 default
ErrorDocument 403 default
ErrorDocument 404 default
ErrorDocument 405 default
ErrorDocument 406 default
ErrorDocument 500 default
ErrorDocument 501 default
ErrorDocument 503...

Read more

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom