How do I go to my file index directory page after accessing my default page
-
yczlxt
- Posts: 4
- Joined: Thu May 09, 2024 3:35 am
Re: The server page location option is not working.
If I set the default page, how do I go to my file index directory page after accessing my default page?
-
void
- Developer
- Posts: 19902
- Joined: Fri Oct 16, 2009 11:31 pm
Re: How do I go to my file index directory page after accessing my default page
Everything doesn't have a way to do this.
You could use the following URL in your custom default page:
/?search=root%3A
This searches for root:, which will list all your root folders. (same as the built-in default page)
You could use the following URL in your custom default page:
/?search=root%3A
This searches for root:, which will list all your root folders. (same as the built-in default page)
-
yczlxt
- Posts: 4
- Joined: Thu May 09, 2024 3:35 am
Re: How do I go to my file index directory page after accessing my default page
Thank you! What I want is this!