T
Telesphoreo
Guest
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:
Basically...
Read more
Continue reading...
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
Continue reading...