PC Review


Reply
Thread Tools Rate Thread

cannot run server extentions on redirect

 
 
=?Utf-8?B?eW9kb21pbm82?=
Guest
Posts: n/a
 
      23rd Apr 2007
Hi.
I have a form with a confirmation page. I have the confirmation page set up
to redirect to the main page after 3 seconds. The form submits all the
information, and it links to the confirmation page.

The problem is when the confirmation page redirects to the main page I get
the error:
Cannot run the FrontPage Server Extensions on this page: "www.website.com"
 
Reply With Quote
 
 
 
 
Thomas A. Rowe
Guest
Posts: n/a
 
      23rd Apr 2007
How are you implementing the re-direct?

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================


"yodomino6" <(E-Mail Removed)> wrote in message
news596C7D7-0D95-4889-88E5-(E-Mail Removed)...
> Hi.
> I have a form with a confirmation page. I have the confirmation page set up
> to redirect to the main page after 3 seconds. The form submits all the
> information, and it links to the confirmation page.
>
> The problem is when the confirmation page redirects to the main page I get
> the error:
> Cannot run the FrontPage Server Extensions on this page: "www.website.com"



 
Reply With Quote
 
=?Utf-8?B?eW9kb21pbm82?=
Guest
Posts: n/a
 
      23rd Apr 2007
<meta http-equiv="REFRESH" content="3; URL=mainpage.htm">

"Thomas A. Rowe" wrote:

> How are you implementing the re-direct?
>
> --
> ==============================================
> Thomas A. Rowe
> Microsoft MVP - FrontPage
>
> http://www.Ecom-Data.com
> ==============================================
>
>
> "yodomino6" <(E-Mail Removed)> wrote in message
> news596C7D7-0D95-4889-88E5-(E-Mail Removed)...
> > Hi.
> > I have a form with a confirmation page. I have the confirmation page set up
> > to redirect to the main page after 3 seconds. The form submits all the
> > information, and it links to the confirmation page.
> >
> > The problem is when the confirmation page redirects to the main page I get
> > the error:
> > Cannot run the FrontPage Server Extensions on this page: "www.website.com"

>
>
>

 
Reply With Quote
 
Ronx
Guest
Posts: n/a
 
      23rd Apr 2007
Try using
<meta http-equiv="REFRESH" content="3;
URL=http://www.example.com/mainpage.htm">

Replace www.example.com with your own domain.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp



"yodomino6" <(E-Mail Removed)> wrote in message
news:BF740812-9B44-40B2-B85D-(E-Mail Removed):

> <meta http-equiv="REFRESH" content="3; URL=mainpage.htm">
>
> "Thomas A. Rowe" wrote:
>
> > How are you implementing the re-direct?
> >
> > --
> > ==============================================
> > Thomas A. Rowe
> > Microsoft MVP - FrontPage
> >
> > http://www.Ecom-Data.com
> > ==============================================
> >
> >
> > "yodomino6" <(E-Mail Removed)> wrote in message
> > news596C7D7-0D95-4889-88E5-(E-Mail Removed)...
> > > Hi.
> > > I have a form with a confirmation page. I have the confirmation page set up
> > > to redirect to the main page after 3 seconds. The form submits all the
> > > information, and it links to the confirmation page.
> > >
> > > The problem is when the confirmation page redirects to the main page I get
> > > the error:
> > > Cannot run the FrontPage Server Extensions on this page: "www.website.com"

> >
> >
> >


 
Reply With Quote
 
=?Utf-8?B?eW9kb21pbm82?=
Guest
Posts: n/a
 
      23rd Apr 2007
That worked great! Thanks.

One more thing, I have an upload form and when you click upload at prompts
you with a login. How do I enable anonymous uploads? I have write permissions
enabled.

"Ronx" wrote:

> Try using
> <meta http-equiv="REFRESH" content="3;
> URL=http://www.example.com/mainpage.htm">
>
> Replace www.example.com with your own domain.
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
> FrontPage Support: http://www.frontpagemvps.com/
> http://www.rxs-enterprises.org/fp
>
>
>
> "yodomino6" <(E-Mail Removed)> wrote in message
> news:BF740812-9B44-40B2-B85D-(E-Mail Removed):
>
> > <meta http-equiv="REFRESH" content="3; URL=mainpage.htm">
> >
> > "Thomas A. Rowe" wrote:
> >
> > > How are you implementing the re-direct?
> > >
> > > --
> > > ==============================================
> > > Thomas A. Rowe
> > > Microsoft MVP - FrontPage
> > >
> > > http://www.Ecom-Data.com
> > > ==============================================
> > >
> > >
> > > "yodomino6" <(E-Mail Removed)> wrote in message
> > > news596C7D7-0D95-4889-88E5-(E-Mail Removed)...
> > > > Hi.
> > > > I have a form with a confirmation page. I have the confirmation page set up
> > > > to redirect to the main page after 3 seconds. The form submits all the
> > > > information, and it links to the confirmation page.
> > > >
> > > > The problem is when the confirmation page redirects to the main page I get
> > > > the error:
> > > > Cannot run the FrontPage Server Extensions on this page: "www.website.com"
> > >
> > >
> > >

>
>

 
Reply With Quote
 
Ronx
Guest
Posts: n/a
 
      23rd Apr 2007
Do you have write permissions for the anonymous user for the folder the
uploads are directed to?
Open the remote (live) website and right-click on the folder - This
should NOT be the _private folder.
Choose Properties
Clear the box "Allow scripts to be run"
Tick the boxes "Allow anonymous upload to this directory" and (optional)
"Allow uploaded files to overwrite existing filenames"
Click OK

If any steps in this dialogue are not available you must ask your host
to apply the permissions.

Your uploads may be limited to less than 1MB per file.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp



"yodomino6" <(E-Mail Removed)> wrote in message
news:E447585D-A0F6-41A0-ADE7-(E-Mail Removed):

> That worked great! Thanks.
>
> One more thing, I have an upload form and when you click upload at prompts
> you with a login. How do I enable anonymous uploads? I have write permissions
> enabled.
>
> "Ronx" wrote:
>
> > Try using
> > <meta http-equiv="REFRESH" content="3;
> > URL=http://www.example.com/mainpage.htm">
> >
> > Replace www.example.com with your own domain.
> > --
> > Ron Symonds - Microsoft MVP (FrontPage)
> > Reply only to group - emails will be deleted unread.
> > FrontPage Support: http://www.frontpagemvps.com/
> > http://www.rxs-enterprises.org/fp
> >
> >
> >
> > "yodomino6" <(E-Mail Removed)> wrote in message
> > news:BF740812-9B44-40B2-B85D-(E-Mail Removed):
> >
> > > <meta http-equiv="REFRESH" content="3; URL=mainpage.htm">
> > >
> > > "Thomas A. Rowe" wrote:
> > >
> > > > How are you implementing the re-direct?
> > > >
> > > > --
> > > > ==============================================
> > > > Thomas A. Rowe
> > > > Microsoft MVP - FrontPage
> > > >
> > > > http://www.Ecom-Data.com
> > > > ==============================================
> > > >
> > > >
> > > > "yodomino6" <(E-Mail Removed)> wrote in message
> > > > news596C7D7-0D95-4889-88E5-(E-Mail Removed)...
> > > > > Hi.
> > > > > I have a form with a confirmation page. I have the confirmation page set up
> > > > > to redirect to the main page after 3 seconds. The form submits all the
> > > > > information, and it links to the confirmation page.
> > > > >
> > > > > The problem is when the confirmation page redirects to the main page I get
> > > > > the error:
> > > > > Cannot run the FrontPage Server Extensions on this page: "www.website.com"
> > > >
> > > >
> > > >

> >
> >


 
Reply With Quote
 
=?Utf-8?B?eW9kb21pbm82?=
Guest
Posts: n/a
 
      24th Apr 2007
What do you mean open the remote (live) website? Where do I open it from?

"Ronx" wrote:

> Do you have write permissions for the anonymous user for the folder the
> uploads are directed to?
> Open the remote (live) website and right-click on the folder - This
> should NOT be the _private folder.
> Choose Properties
> Clear the box "Allow scripts to be run"
> Tick the boxes "Allow anonymous upload to this directory" and (optional)
> "Allow uploaded files to overwrite existing filenames"
> Click OK
>
> If any steps in this dialogue are not available you must ask your host
> to apply the permissions.
>
> Your uploads may be limited to less than 1MB per file.
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
> FrontPage Support: http://www.frontpagemvps.com/
> http://www.rxs-enterprises.org/fp
>
>
>
> "yodomino6" <(E-Mail Removed)> wrote in message
> news:E447585D-A0F6-41A0-ADE7-(E-Mail Removed):
>
> > That worked great! Thanks.
> >
> > One more thing, I have an upload form and when you click upload at prompts
> > you with a login. How do I enable anonymous uploads? I have write permissions
> > enabled.
> >
> > "Ronx" wrote:
> >
> > > Try using
> > > <meta http-equiv="REFRESH" content="3;
> > > URL=http://www.example.com/mainpage.htm">
> > >
> > > Replace www.example.com with your own domain.
> > > --
> > > Ron Symonds - Microsoft MVP (FrontPage)
> > > Reply only to group - emails will be deleted unread.
> > > FrontPage Support: http://www.frontpagemvps.com/
> > > http://www.rxs-enterprises.org/fp
> > >
> > >
> > >
> > > "yodomino6" <(E-Mail Removed)> wrote in message
> > > news:BF740812-9B44-40B2-B85D-(E-Mail Removed):
> > >
> > > > <meta http-equiv="REFRESH" content="3; URL=mainpage.htm">
> > > >
> > > > "Thomas A. Rowe" wrote:
> > > >
> > > > > How are you implementing the re-direct?
> > > > >
> > > > > --
> > > > > ==============================================
> > > > > Thomas A. Rowe
> > > > > Microsoft MVP - FrontPage
> > > > >
> > > > > http://www.Ecom-Data.com
> > > > > ==============================================
> > > > >
> > > > >
> > > > > "yodomino6" <(E-Mail Removed)> wrote in message
> > > > > news596C7D7-0D95-4889-88E5-(E-Mail Removed)...
> > > > > > Hi.
> > > > > > I have a form with a confirmation page. I have the confirmation page set up
> > > > > > to redirect to the main page after 3 seconds. The form submits all the
> > > > > > information, and it links to the confirmation page.
> > > > > >
> > > > > > The problem is when the confirmation page redirects to the main page I get
> > > > > > the error:
> > > > > > Cannot run the FrontPage Server Extensions on this page: "www.website.com"
> > > > >
> > > > >
> > > > >
> > >
> > >

>
>

 
Reply With Quote
 
=?Utf-8?B?eW9kb21pbm82?=
Guest
Posts: n/a
 
      24th Apr 2007
Ah, nevermind. I found it! Thanks!!

"Ronx" wrote:

> Do you have write permissions for the anonymous user for the folder the
> uploads are directed to?
> Open the remote (live) website and right-click on the folder - This
> should NOT be the _private folder.
> Choose Properties
> Clear the box "Allow scripts to be run"
> Tick the boxes "Allow anonymous upload to this directory" and (optional)
> "Allow uploaded files to overwrite existing filenames"
> Click OK
>
> If any steps in this dialogue are not available you must ask your host
> to apply the permissions.
>
> Your uploads may be limited to less than 1MB per file.
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
> FrontPage Support: http://www.frontpagemvps.com/
> http://www.rxs-enterprises.org/fp
>
>
>
> "yodomino6" <(E-Mail Removed)> wrote in message
> news:E447585D-A0F6-41A0-ADE7-(E-Mail Removed):
>
> > That worked great! Thanks.
> >
> > One more thing, I have an upload form and when you click upload at prompts
> > you with a login. How do I enable anonymous uploads? I have write permissions
> > enabled.
> >
> > "Ronx" wrote:
> >
> > > Try using
> > > <meta http-equiv="REFRESH" content="3;
> > > URL=http://www.example.com/mainpage.htm">
> > >
> > > Replace www.example.com with your own domain.
> > > --
> > > Ron Symonds - Microsoft MVP (FrontPage)
> > > Reply only to group - emails will be deleted unread.
> > > FrontPage Support: http://www.frontpagemvps.com/
> > > http://www.rxs-enterprises.org/fp
> > >
> > >
> > >
> > > "yodomino6" <(E-Mail Removed)> wrote in message
> > > news:BF740812-9B44-40B2-B85D-(E-Mail Removed):
> > >
> > > > <meta http-equiv="REFRESH" content="3; URL=mainpage.htm">
> > > >
> > > > "Thomas A. Rowe" wrote:
> > > >
> > > > > How are you implementing the re-direct?
> > > > >
> > > > > --
> > > > > ==============================================
> > > > > Thomas A. Rowe
> > > > > Microsoft MVP - FrontPage
> > > > >
> > > > > http://www.Ecom-Data.com
> > > > > ==============================================
> > > > >
> > > > >
> > > > > "yodomino6" <(E-Mail Removed)> wrote in message
> > > > > news596C7D7-0D95-4889-88E5-(E-Mail Removed)...
> > > > > > Hi.
> > > > > > I have a form with a confirmation page. I have the confirmation page set up
> > > > > > to redirect to the main page after 3 seconds. The form submits all the
> > > > > > information, and it links to the confirmation page.
> > > > > >
> > > > > > The problem is when the confirmation page redirects to the main page I get
> > > > > > the error:
> > > > > > Cannot run the FrontPage Server Extensions on this page: "www.website.com"
> > > > >
> > > > >
> > > > >
> > >
> > >

>
>

 
Reply With Quote
 
=?Utf-8?B?eW9kb21pbm82?=
Guest
Posts: n/a
 
      24th Apr 2007
I changed the settings but it didn't fix the problem...

"Ronx" wrote:

> Do you have write permissions for the anonymous user for the folder the
> uploads are directed to?
> Open the remote (live) website and right-click on the folder - This
> should NOT be the _private folder.
> Choose Properties
> Clear the box "Allow scripts to be run"
> Tick the boxes "Allow anonymous upload to this directory" and (optional)
> "Allow uploaded files to overwrite existing filenames"
> Click OK
>
> If any steps in this dialogue are not available you must ask your host
> to apply the permissions.
>
> Your uploads may be limited to less than 1MB per file.
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
> FrontPage Support: http://www.frontpagemvps.com/
> http://www.rxs-enterprises.org/fp
>
>
>
> "yodomino6" <(E-Mail Removed)> wrote in message
> news:E447585D-A0F6-41A0-ADE7-(E-Mail Removed):
>
> > That worked great! Thanks.
> >
> > One more thing, I have an upload form and when you click upload at prompts
> > you with a login. How do I enable anonymous uploads? I have write permissions
> > enabled.
> >
> > "Ronx" wrote:
> >
> > > Try using
> > > <meta http-equiv="REFRESH" content="3;
> > > URL=http://www.example.com/mainpage.htm">
> > >
> > > Replace www.example.com with your own domain.
> > > --
> > > Ron Symonds - Microsoft MVP (FrontPage)
> > > Reply only to group - emails will be deleted unread.
> > > FrontPage Support: http://www.frontpagemvps.com/
> > > http://www.rxs-enterprises.org/fp
> > >
> > >
> > >
> > > "yodomino6" <(E-Mail Removed)> wrote in message
> > > news:BF740812-9B44-40B2-B85D-(E-Mail Removed):
> > >
> > > > <meta http-equiv="REFRESH" content="3; URL=mainpage.htm">
> > > >
> > > > "Thomas A. Rowe" wrote:
> > > >
> > > > > How are you implementing the re-direct?
> > > > >
> > > > > --
> > > > > ==============================================
> > > > > Thomas A. Rowe
> > > > > Microsoft MVP - FrontPage
> > > > >
> > > > > http://www.Ecom-Data.com
> > > > > ==============================================
> > > > >
> > > > >
> > > > > "yodomino6" <(E-Mail Removed)> wrote in message
> > > > > news596C7D7-0D95-4889-88E5-(E-Mail Removed)...
> > > > > > Hi.
> > > > > > I have a form with a confirmation page. I have the confirmation page set up
> > > > > > to redirect to the main page after 3 seconds. The form submits all the
> > > > > > information, and it links to the confirmation page.
> > > > > >
> > > > > > The problem is when the confirmation page redirects to the main page I get
> > > > > > the error:
> > > > > > Cannot run the FrontPage Server Extensions on this page: "www.website.com"
> > > > >
> > > > >
> > > > >
> > >
> > >

>
>

 
Reply With Quote
 
Ronx
Guest
Posts: n/a
 
      24th Apr 2007
Does your host allow the upload function? Some don't.

If you have set the folder to allow anonymous uploads, then you should
not get a login dialogue, unless the form is uploading to a different
folder. You may have to ask your host to change the permissions.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp



"yodomino6" <(E-Mail Removed)> wrote in message
news:7411F83A-5CEC-4ABC-AFC7-(E-Mail Removed):

> I changed the settings but it didn't fix the problem...
>
> "Ronx" wrote:
>
> > Do you have write permissions for the anonymous user for the folder the
> > uploads are directed to?
> > Open the remote (live) website and right-click on the folder - This
> > should NOT be the _private folder.
> > Choose Properties
> > Clear the box "Allow scripts to be run"
> > Tick the boxes "Allow anonymous upload to this directory" and (optional)
> > "Allow uploaded files to overwrite existing filenames"
> > Click OK
> >
> > If any steps in this dialogue are not available you must ask your host
> > to apply the permissions.
> >
> > Your uploads may be limited to less than 1MB per file.
> > --
> > Ron Symonds - Microsoft MVP (FrontPage)
> > Reply only to group - emails will be deleted unread.
> > FrontPage Support: http://www.frontpagemvps.com/
> > http://www.rxs-enterprises.org/fp
> >
> >
> >
> > "yodomino6" <(E-Mail Removed)> wrote in message
> > news:E447585D-A0F6-41A0-ADE7-(E-Mail Removed):
> >
> > > That worked great! Thanks.
> > >
> > > One more thing, I have an upload form and when you click upload at prompts
> > > you with a login. How do I enable anonymous uploads? I have write permissions
> > > enabled.
> > >
> > > "Ronx" wrote:
> > >
> > > > Try using
> > > > <meta http-equiv="REFRESH" content="3;
> > > > URL=http://www.example.com/mainpage.htm">
> > > >
> > > > Replace www.example.com with your own domain.
> > > > --
> > > > Ron Symonds - Microsoft MVP (FrontPage)
> > > > Reply only to group - emails will be deleted unread.
> > > > FrontPage Support: http://www.frontpagemvps.com/
> > > > http://www.rxs-enterprises.org/fp
> > > >
> > > >
> > > >
> > > > "yodomino6" <(E-Mail Removed)> wrote in message
> > > > news:BF740812-9B44-40B2-B85D-(E-Mail Removed):
> > > >
> > > > > <meta http-equiv="REFRESH" content="3; URL=mainpage.htm">
> > > > >
> > > > > "Thomas A. Rowe" wrote:
> > > > >
> > > > > > How are you implementing the re-direct?
> > > > > >
> > > > > > --
> > > > > > ==============================================
> > > > > > Thomas A. Rowe
> > > > > > Microsoft MVP - FrontPage
> > > > > >
> > > > > > http://www.Ecom-Data.com
> > > > > > ==============================================
> > > > > >
> > > > > >
> > > > > > "yodomino6" <(E-Mail Removed)> wrote in message
> > > > > > news596C7D7-0D95-4889-88E5-(E-Mail Removed)...
> > > > > > > Hi.
> > > > > > > I have a form with a confirmation page. I have the confirmation page set up
> > > > > > > to redirect to the main page after 3 seconds. The form submits all the
> > > > > > > information, and it links to the confirmation page.
> > > > > > >
> > > > > > > The problem is when the confirmation page redirects to the main page I get
> > > > > > > the error:
> > > > > > > Cannot run the FrontPage Server Extensions on this page: "www.website.com"
> > > > > >
> > > > > >
> > > > > >
> > > >
> > > >

> >
> >


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I use Frontpage without using FP server extentions? smacky Microsoft Frontpage 1 24th Nov 2008 06:17 PM
How do i find server that supports frontpage server extentions =?Utf-8?B?Y2hpbGxpIHJvbm5pZQ==?= Microsoft Frontpage 4 1st Jan 2007 07:19 PM
FP SERVER EXTENTIONS =?Utf-8?B?UGhpbCBCcmlnaHRvbg==?= Microsoft Frontpage 6 20th Sep 2006 05:42 PM
IIS SERVER EXTENTIONS =?Utf-8?B?TW9ybGV5IFdlYiBEZXNpZ25z?= Windows XP General 4 12th Jun 2005 10:53 PM
Cannot install IIS, web server, FP extentions, etc.. austinpctech Microsoft Windows 2000 Setup 1 6th Jan 2005 03:42 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:31 PM.