J
jtorral
Guest
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:
Read more
Continue reading...
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...