Re: Search webbot in an Apache server
From: Sam Hobbs (samuel_at_social.rr.com_change_social_to_socal)
Date: 08/01/04
- Next message: Thomas A. Rowe: "Re: Search webbot in an Apache server"
- Previous message: Crash Gordon®: "Re: Copy Right Protection"
- In reply to: Thomas A. Rowe: "Re: Search webbot in an Apache server"
- Next in thread: Thomas A. Rowe: "Re: Search webbot in an Apache server"
- Reply: Thomas A. Rowe: "Re: Search webbot in an Apache server"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 31 Jul 2004 18:57:28 -0700
I must have been very lucky then, since I did not know any of this. My site
was previously hosted by a IIS/Windows server and I used an asp extension
for most all pages. I even had asp code in them to make it easier for me to
update links to the MSDN in case Microsoft decided to reorganize MSDN again.
Yet the FrontPage search worked just fine then. I did have to add asp to the
list of extensions that FrontPage uses to determine what to use for each
extension. So I did not know that it is not supposed to work and I got it to
work for me. Perhaps I can teach Microsoft a couple of things. I definitely
was able to edit the HTML in the asp pages just fine; the asp of course was
ignored by FrontPage.
I was also able to edit the HTML in a file with a php extension. I had a hit
counter in my "home" page that was coded in php. I edited the HTML using
FrontPage and I edited the php code using the "HTML" tag. I have since
removed the hit counter but about 99% of my pages have a php extension yet I
edit them using FrontPage as easily as if the extension is html.
"Thomas A. Rowe" <tarowe@mvps.org> wrote in message
news:OoVuIA2dEHA.3864@TK2MSFTNGP10.phx.gbl...
> The .asp or .aspx extensions are also not an option, the FP run-time
webbot require that the page
> they are inserted on have .htm or .html extension. This have been this way
since the first version
> of FP and there is no configuration setting to change this.
>
> This is because the FP extensions are design to only process .htm or .html
files, when a file is
> .php or .asp, the .php or .asp engine handles the processing of the page,
not the FP extensions.
> Feel free to search the MS KB to verify this.
>
> Yes, FP can be set use Notepad or any other editor to edit any file type,
but to effectively edit
> .php files in FP, you have change the php.ini file to use ASP style <% %>
instead of the standard
> PHP <? ?> tags.
- Next message: Thomas A. Rowe: "Re: Search webbot in an Apache server"
- Previous message: Crash Gordon®: "Re: Copy Right Protection"
- In reply to: Thomas A. Rowe: "Re: Search webbot in an Apache server"
- Next in thread: Thomas A. Rowe: "Re: Search webbot in an Apache server"
- Reply: Thomas A. Rowe: "Re: Search webbot in an Apache server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|