[RSS Feed/News] Set a Page as home page

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Hello,
I am somewhat confused on how I can have a page on my site (Home) without the "/pages/home". For example if someone were to visit Home, it would say "Oops! This page could not be found". I use Caddy as my webserver and the configuration is below
Code:

Code:
plex.us.org {
    import logging
    import php
    try_files {path} /index.php
    root * /var/www/xenforo
    file_server
    redir / /pages/home
    respond /.ht* 403
}

Basically...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom