![]() |
|
Site
HomePortal Webmail Blogs Forum About Us Current Projects Affiliate Apply for Staff Contact Us Send Us Stuff Wall of Shame Graphics
Adopt an Egg!All Signs Avatars Awards Backgrounds Blank Banners Blank Buttons Blogs Blinkies Forum Sets Guild Layouts Lookups MSN Display Pics Petpage Layouts Pixels PSDs Shields Sparklies Trophies Userbars Weblayouts Generators
X-BlogShield Maker Siggy Ornaments Siggy Generator Guild Layout Generator Lookup Generator Scrollbar Generator Finders
Cliffhanger SolverPet Poser Guides
Avatar GuidesGame Guides Other Guides Tutorials
The GimpPSP Photoshop HTML/CSS Other Pick a Skin
Link to Us
![]() ![]() ![]() Affiliates
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Vote for Us
Poll
Statistics
back soon![]() View Detailed Stats |
Welcome to neotacular | Forums
![]() ![]() ![]() ![]() "High-Tech" Site: The SSI MethodThe second best method for a "high-tech" site is the SSI method, you should only use it if PHP is NOT available.You should make your site template as you normally would, but where you put the "content" of your site, you should instead put this:
<!--#config errmsg="There was an error in page generation." -->
<!--#if expr="$QUERY_STRING" --> <!--#include virtual="${QUERY_STRING}.txt" --> <!--#else --> <!--#include virtual="default.txt" --> <!--#endif --> Next, you should make a file called "default.txt" with the home page text in it. It should not contain tags such as <html>, <head>, or <body>. It's ok to have formatting tags like <b>, or <u> though. You should then make all of your pages content into files like "blogs.txt", "avatars.txt", etc. These filenames ARE case-sensitive, which means that Blog is different than blog. You can then access pages you have created like this: http://www.yourdomain.com/?FILEHERE, for example, with "blogs.txt" you could access the page like this: http://www.yourdomain.com/?blogs. If the page you try to access doesn't exist you will get an error that says "There was an error in page generation". This technique works on freewebs, and can be used to easily add new pages and change templates. « Main List |