Search found 11 matches

by SG-17
Mon Mar 03, 2025 8:25 am
Forum: Webhosting
Topic: Server Side Includes?
Replies: 10
Views: 228102

Re: Server Side Includes?

Thanks for your help. Sometimes the documentation can be a bit obtuse for amateurs like myself.
by SG-17
Sun Mar 02, 2025 6:17 am
Forum: Webhosting
Topic: Server Side Includes?
Replies: 10
Views: 228102

Re: Server Side Includes?

Oh wait, can I just set the file permissions in FileZilla, checking the Execute box for new pages?
by SG-17
Sun Mar 02, 2025 6:05 am
Forum: Webhosting
Topic: Server Side Includes?
Replies: 10
Views: 228102

Re: Server Side Includes?

Yes, you could use the "find" command from a shell to do that sort of thing. A command like this, for instance: find /usr/www/youridentifier/the/directory/tree/to/change/in -name "*.html" -execdir chmod +x {} \; (There are other ways, including using xargs, that may be more effi...
by SG-17
Sat Mar 01, 2025 9:33 pm
Forum: Webhosting
Topic: Server Side Includes?
Replies: 10
Views: 228102

Re: Server Side Includes?

If you want .html and .php files to be parsed, you would, yes. That's not the standard configuration and it will slow things down, so it's not recommended. It is usually better to use XBitHack and set +x on the .html files, per the documentation. You shouldn't have .php files in the list; with PHP,...
by SG-17
Sat Mar 01, 2025 1:52 pm
Forum: Webhosting
Topic: Server Side Includes?
Replies: 10
Views: 228102

Re: Server Side Includes?

I think I figured it out, I needed to add .html and .php to the AddOutputFilters

So now its

Code: Select all

AddOutputFilter INCLUDES .shtml .html .php
and it seems to be working.
by SG-17
Sat Mar 01, 2025 1:18 pm
Forum: Webhosting
Topic: Server Side Includes?
Replies: 10
Views: 228102

Re: Server Side Includes?

I haven't had anyone ask about those before, but they should work. you'd have to use AddType, AddOutputFilter, and set the options on the folder properly. What does your .htaccess look like? ErrorDocument 404 /404.html Options +Includes -Indexes AddType text/html .shtml AddOutputFilter INCLUDES .sh...
by SG-17
Sat Mar 01, 2025 8:08 am
Forum: Webhosting
Topic: Server Side Includes?
Replies: 10
Views: 228102

Server Side Includes?

I'm trying to setup server side includes on my site to standardize my header and footer without using jQuery and it doesn't seem to be working. I've added the correct configs to .htaccess but even then its a no-go. Is mod_include not enabled in the version of Apache that NFO uses? https://httpd.apac...
by SG-17
Tue Jan 14, 2025 4:57 pm
Forum: Webhosting
Topic: Subdomain Redirect HTTPS?
Replies: 2
Views: 30412

Re: Subdomain Redirect HTTPS?

Thank you, that worked great!
by SG-17
Tue Jan 14, 2025 6:36 am
Forum: Webhosting
Topic: Subdomain Redirect HTTPS?
Replies: 2
Views: 30412

Subdomain Redirect HTTPS?

So I set up a subdomain as a redirect to another page on my website and on some browsers it's getting hung up as insecure as the subdomain is apparently showing as http for the split second before it starts to load the target page. Being set up as a redirect blanks out the https option. Is there a w...
by SG-17
Fri Mar 01, 2024 9:52 am
Forum: Webhosting
Topic: Partial FTP Access?
Replies: 6
Views: 15709

Re: Partial FTP Access?

That is not possible at this time. Only one login is provided per service. May I ask why you wish to have sub accounts? My friend and I are running the site together, I built it, he is running the clan tournaments. I was hoping to be able to give him FTP access to the subfolder that has the clan we...
by SG-17
Fri Mar 01, 2024 6:10 am
Forum: Webhosting
Topic: Partial FTP Access?
Replies: 6
Views: 15709

Partial FTP Access?

Is it possible to setup a sub-FTP Account that can only access specific subfolders?