Gossamer Forum
Home : Products : Links 2.0 : Discussions :

switching from shtml to html

Quote Reply
switching from shtml to html
We originally began using .shtml pages with Links 2.x, but would like to switch to stock .html. Will things turn out alright if I simply change the .cfg file appropriately and regen the pages?

thanks,
will
Quote Reply
Re: switching from shtml to html In reply to
Shouldn't make a difference. However, any server side includes (SSIs) will not execeute. For example, if you embedded a SSI counter in the page, it will not display.

Dan Smile
Quote Reply
Re: switching from shtml to html In reply to
Also, Links will not erase the current .shtml pages in the directory. You'll have to do that yourself. If you use FileMan, it would be a snap to do.
Quote Reply
Re: switching from shtml to html In reply to
Thanks for the help!
It worked just fine. But I did have to kill the .shtml files. I don't use FileMan, so it wasn't a snap Smile.

I appreciate the answers.
will
Quote Reply
Re: switching from shtml to html In reply to
Hi WILL,

if you on UNIX and your webserver Apache
please try this solution :
by insert this in your .htaccess file on root or ex:/home/you/public_html :
Quote:
AddType text/x-server-parsed-html .html



------------------