#SEO add-on
Options +FollowSymlinks
RewriteEngine On
RewriteBase /
RewriteRule ^/?geo_testunit$ index.php [L] ##URL Rewrite Test
RewriteRule ^/?(Featured_Listings)/([0-9]+)\.html$ index.php?a=8&page=$2 [L] ##featured listings page
RewriteRule ^/?(category)/([0-9]+)/([^./\\"'?#]+)\.html$ index.php?a=5&b=$2 [L] ##category
RewriteRule ^/?(print)/([0-9]+)/(item)\.html$ index.php?a=14&b=$2 [L] ##print item
RewriteRule ^/?(image)/([0-9]+)/(item)\.html$ index.php?a=15&b=$2 [L] ##images browsing
RewriteRule ^/?(other)/([0-9]+)/(seller)\.html$ index.php?a=6&b=$2 [L] ##other seller
RewriteRule ^/?(category)/([0-9]+)/([^./\\"'?#]+)/([0-9]+)\.html$ index.php?a=5&b=$2&page=$4 [L] ##category pages
RewriteRule ^/?(category)/(featured)/([0-9]+)/([^./\\"'?#]+)\.html$ index.php?a=8&b=$3 [L] ##category featured listing pics
RewriteRule ^/?(new)/(1_day)/([0-9]+)/([^./\\"'?#]+)\.html$ index.php?a=11&b=$3&c=65&d=4 [L] ##category newest 1day
RewriteRule ^/?(new)/(1_week)/([0-9]+)/([^./\\"'?#]+)\.html$ index.php?a=11&b=$3&c=65&d=1 [L] ##category newest 1week
RewriteRule ^/?(new)/(2_weeks)/([0-9]+)/([^./\\"'?#]+)\.html$ index.php?a=11&b=$3&c=65&d=2 [L] ##category newest 2weeks
RewriteRule ^/?(new)/(3_weeks)/([0-9]+)/([^./\\"'?#]+)\.html$ index.php?a=11&b=$3&c=65&d=3 [L] ##category newest 3weeks
RewriteRule ^/?(category)/(featured)/([0-9]+)/([^./\\"'?#]+)/([0-9]+)\.html$ index.php?a=8&b=$3&page=$5 [L] ##category featured listing pics pages
RewriteRule ^/?(new)/(1_day)/([0-9]+)/([^./\\"'?#]+)/([0-9]+)\.html$ index.php?a=11&b=$3&c=65&d=4&page=$5 [L] ##category newest 1day pages
RewriteRule ^/?(new)/(1_week)/([0-9]+)/([^./\\"'?#]+)/([0-9]+)\.html$ index.php?a=11&b=$3&c=65&d=1&page=$5 [L] ##category newest 1week pages
RewriteRule ^/?(new)/(2_weeks)/([0-9]+)/([^./\\"'?#]+)/([0-9]+)\.html$ index.php?a=11&b=$3&c=65&d=2&page=$5 [L] ##category newest 2weeks pages
RewriteRule ^/?(new)/(3_weeks)/([0-9]+)/([^./\\"'?#]+)/([0-9]+)\.html$ index.php?a=11&b=$3&c=65&d=3&page=$5 [L] ##category newest 3weeks pages
RewriteRule ^/?(other)/([0-9]+)/(seller)/(page)/([0-9]+)\.html$ index.php?a=6&b=$2&page=$5 [L] ##other seller page
RewriteRule ^/?(category)/([0-9]+)/([^./\\"'?#]+)/(listings)/([0-9]+)/([^./\\"'?#]+)\.html$ index.php?a=2&b=$5 [L] ##listings
#-end SEO addon-on
>
I shows the style sheet not the images
I have this web.config
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<defaultDocument>
<files>
<clear />
<add value="Index.php" />
<add value="Index.html" />
<add value="Index.htm" />
<add value="Index.cfm" />
<add value="Index.shtml" />
<add value="Index.shtm" />
<add value="Index.stm" />
<add value="Index.php3" />
<add value="Index.asp" />
<add value="Index.aspx" />
<add value="Default.htm" />
<add value="Default.asp" />
<add value="Default.aspx" />
</files>
</defaultDocument>
</system.webServer>
</configuration>
but if I enclose the web.config that comes with the instructions
I get this error that is worse still
web server 2008 + IIS 7 + Plesk 9
Server Error in '/' Application.
Could not load type 'Helicon.Ape.ApeModule'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Could not load type 'Helicon.Ape.ApeModule'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[HttpException (0x80004005): Could not load type 'Helicon.Ape.ApeModule'.]
System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +8827093
System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase) +52
[ConfigurationErrorsException: Could not load type 'Helicon.Ape.ApeModule'.]
System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase) +351
System.Web.Configuration.Common.ModulesEntry..ctor(String name, String typeName, String propertyName, ConfigurationElement configElement) +56
System.Web.HttpApplication.BuildIntegratedModuleCollection(List`1 moduleList) +146
System.Web.HttpApplication.GetModuleCollection(IntPtr appContext) +1219
System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +97
System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +188
System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +295
System.Web.HttpApplicationFactory.GetPipelineApplicationInstance(IntPtr appContext, HttpContext context) +56
System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +231
[HttpException (0x80004005): Could not load type 'Helicon.Ape.ApeModule'.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +8894031
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +85
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +333
|
Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016
Any idea that this failing