tsep-dev team mailing list archive
-
tsep-dev team
-
Mailing list archive
-
Message #00103
Re: [Question #154739]: IIS 7 Install fails
Question #154739 on The Search Engine Project changed:
https://answers.launchpad.net/tsep/+question/154739
Status: Answered => Open
mfpacheco is still having a problem:
A little frustrated here .. not you - you've been great as far as
helping, it just does not seem as if tsep is going to run on IIS 7 - at
least in this rev ...
OK - I can see the rewrite in action as the web.config file is created
... - btw - all I was missing was msxml6.0 - already had the URL rewite
engine installed.
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="Redirect static resources" stopProcessing="true">
<match url="^(ico|img|css|files|js)(.*)$" />
<action type="Rewrite" url="app/webroot/{R:1}{R:2}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 1" stopProcessing="true">
<match url="^(.*)$" ignoreCase="false" />
<conditions logicalGrouping="MatchAll">
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
</conditions>
<action type="Rewrite" url="index.php?url={R:1}" appendQueryString="true" />
</rule>
<rule name="Imported Rule 2" stopProcessing="true">
<match url="^$" ignoreCase="false" />
<action type="Rewrite" url="/" />
</rule>
<rule name="Imported Rule 3" stopProcessing="true">
<match url="(.*)" ignoreCase="false" />
<action type="Rewrite" url="/{R:1}" />
</rule>
<rule name="Imported Rule 4" stopProcessing="true">
<match url="^(.*)$" ignoreCase="false" />
<conditions logicalGrouping="MatchAll">
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
</conditions>
<action type="Rewrite" url="index.php?url={R:1}" appendQueryString="true" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
But now I get a 404 on anything in that folder - if I go to the root of
the folder I get redirected to the root of the site.
Deleted the web.config file to see what would happen, got the 1.1
populated config page - only with the "search" link enabled - but that
just produces a "no idices" error - and I can see that no tables have
been created in the db yet ...
I'll keep pouinding on this if need be, just not sure if we are fighting
something that can't be fixed in this revision.
Thanks for the help.
Mike
--
You received this question notification because you are a member of TSEP
Development, which is an answer contact for The Search Engine Project.