Forum Moderators: phranque
[EDIT] Ooooops, I forgot to mention, I would prefer it to be freeware as I have no income from the site, and may not get income when it's done. I'm building this site out of the love for fishing and the curiosity of building a webpage..
Thanks again
Me
(edited by: Marcia at 11:02 am (gmt) on Dec. 19, 2001)
Steve, to have ssi work with .html file extension, try this in .htaccess:
AddType text/html .html
AddHandler server-parsed .html
>make 1 template page, use a program to duplicate this template only with the differant file names, then execute a program that will insert all my pre-defined content into the correct areas on the correct pages???
I'd love to find the same thing (especially a freebie).
It does requires SSI. If you're interested in a free download sticky mail me.
*why cant my message board rock like this, sigh*
Thanks again for all your thoughts and comments guys, this is really a big help.
Sometimes it's much easier to separate your content (text files, in this case) from your html and css simply because it's easier to create and edit a text file than duplicate a page 150 times (and later change 150 pages).
With xssi you can set your own variables such as title, content file locations, global variables, etc. (It's really easy, too - you don't need to be any kind of programmer to do this.)
If you do a search on google.com for xssi tutorials, or even go to webmonkey, there's some good information if you're interested.
I live by the stuff just because it's simple and it works.
if ($pageid="1") {
$tablebackground="blue";
$bodybgcolor="white";
}
else if ($pageid="2") {
some other colors for category 2 etc.
}
let me know.
all I can say is, what the hell sort of host would disable their .htaccess!!!
they say it's because it was conflicting with their ssi....blah blah blah
Anyone got a spare 4 leaf clover?
I need 1!!!
I'm guessing your SSI is disabled, right? You could ask the techs to take a look at httpd.conf and see if it sets global permissions or allows .htaccess configs in subdirectories.
They should at least check for you and tell you what you need to do. All they need to do is change a couple lines, if that's the problem.
I think what we'd need is a way to automate the content parts of the page that will change with each page, like in doing product catalogs.
Marcia;
Wow that page has put some light on the subject for me, thanks mate. And you've hit the nail again I guess it is kind of a "catalog" type setup I'm after where I can have unique meta keywords, descriptions and content on each page for the search engines to spider AND have the ability to EASILY change the look and feel of the site when ever I get sick of looking at it, kinda like now ;-)
This brings me to a new thought..
are ssi tags search engine friendly?
Keymaster has also offer some help with a custom script he has for ilink, I 'think' with his it will generate the content etc from the .txt template to each .html page to produce 'static' content on a static page, but i'm not yet sure on how flexible or how userfriendly it is yet..
Thanks again for your continued help guys, I know this must all be basic boring stuff for you'll.
Kindest Regards
Steve
Although if you continue and create more advanced sites, you will out-grow Dreamweaver, but the price may save you a lot of frustration in the short term.