Search found 2 matches
- Tue Aug 14, 2018 5:22 pm
- Forum: General Discussion
- Topic: XenForo Friendly URLs
- Replies: 5
- Views: 6269
Re: XenForo Friendly URLs
Thanks for the reply, but that's not what I'm asking. In order to have friendly urls with xenforo, I need to modify the nginx config for that domain. The only issue is that I have the config generated by Vesta, and the one needed for xenforo. I need to know how to put what is needed for xenforo into...
- Tue Aug 14, 2018 2:22 am
- Forum: General Discussion
- Topic: XenForo Friendly URLs
- Replies: 5
- Views: 6269
XenForo Friendly URLs
Hi, How would I go setting up friendly urls on an Xenforo forums with vesta cp and nginx? I can't seem to figure out how to add the needed configuration to the current SSL nginx config generated by vesta. This is what XF wants: location /xf/ { try_files $uri $uri/ /xf/index.php?$uri&$args; index ind...