You are not logged in.
Pages: 1
anyone know how, if possible, to have a top-level domain's root (archlinux-gaming.org) be relocated further in the directory tree, so like, if someone went to archlinux-gaming.org, it would show the page as if they went to archlinux-gaming.org/projects/gaming-repo. At the moment it just does a redirect but if this is possible I thought it'd be cleaner.
[home page] -- [code / configs]
"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol
Offline
I think the way we have it set up right now is going to be the cleanest.
[git] | [AURpkgs] | [arch-games]
Offline
It's actually for a different site of mine, but we had a similar setup for arch-gaming so just wanted to use it as an example ![]()
[home page] -- [code / configs]
"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol
Offline
You might be able to do that with:
url.rewrite-once = ( "/" => "/projects/gaming-repo", )Offline
Pages: 1