ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 28,419
- Points
- 823
Reputation:
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...