View previous topic :: View next topic |
Author |
Message |
woody03 -
Joined: 16 Apr 2004 Posts: 103 Location: U.K>West Midlands>Walsall,
|
Posted: Sun Apr 18, 2004 4:51 pm Post subject: Front Page extensions |
|
|
Is it possible to allow front page extentions on abyss web sever
Sorry if this has been asked before.
Woody |
|
Back to top |
|
 |
nquin321 -
Joined: 29 Jan 2004 Posts: 296 Location: Right Behind You
|
Posted: Sun Apr 18, 2004 4:53 pm Post subject: |
|
|
NO |
|
Back to top |
|
 |
olly86 -
Joined: 25 Apr 2003 Posts: 993 Location: Wiltshire, UK
|
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Wed Apr 21, 2004 1:01 pm Post subject: Re: Front Page extensions |
|
|
woody03,
Abyss Web Server does not support FP 2000/2003 Server Extensions. It isn't because we do not want to but because we cannot add that support without having some licensing issues. In fact, FP 2000/2003 Server Extensions is a Microsoft proprietary technology and only Microsoft products such as IIS and PWS support it. No other web server (even Apache) do support it natively.
But you can still design your web site with FrontPage and host it on Abyss. FrontPage extensions (that are not supported on Abyss) are the widgets you can insert using the menu Insert > Web Components.
For your information, most of these extensions can easily be substituted with free PHP or Perl scripts. So you can choose to use such scripts in place of the FP extensions which restrict you to using only Microsoft products.
To design your web site using FrontPage (and to avoid any problem with these extensions), open FrontPage, select the menu Tools > Page Options. Then select the Compatibility tab. Select Custom in the Servers list and uncheck the "Enabled with MS FrontPage Server Extensions" option. Press OK to validate.
After designing your site, use Windows Explorer to copy the resulting files to the htdocs/ folder of Abyss Web Server. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Wed Apr 21, 2004 5:17 pm Post subject: |
|
|
As Aprelium Was saying , its best to go out and buy
a book on PHP and learn it , if you know HTML , PHP
will come easy to you , Im already learning alot.
Just using $name = strip_tags($name); you can
strip html tags from being sent through e-mail or
through your contact forms , just a small tip! :D |
|
Back to top |
|
 |
|