mod_seo on shared server
2 posts
• Page 1 of 1
mod_seo on shared server
Hi, I've successfully installed Ape on a shared server using the manual install. But now mod_seo isn't available. Any idea how to install and get this module working?
Re: mod_seo on shared server
Hello.
Can you please confirm that any other Ape function is working. I suggest to try a mod_header by putting this directive in the configuration file:
Using header to test if Ape is working at all is better as your host may actually have ISAPI_Rewrite installed, so RewriteRule may work anyway.
Then make sure you have added both module and handler to your web.config file as explained here: http://www.helicontech.com/articles/how ... d-hosting/
Lastly, sometimes some functions of Ape cannot work because of low .NET Trust Level set by a hosting. In general, only Full Trust level can ensure all functions of Ape are available.
Can you please confirm that any other Ape function is working. I suggest to try a mod_header by putting this directive in the configuration file:
- Code: Select all
Header add MyHeader "test value"
Using header to test if Ape is working at all is better as your host may actually have ISAPI_Rewrite installed, so RewriteRule may work anyway.
Then make sure you have added both module and handler to your web.config file as explained here: http://www.helicontech.com/articles/how ... d-hosting/
Lastly, sometimes some functions of Ape cannot work because of low .NET Trust Level set by a hosting. In general, only Full Trust level can ensure all functions of Ape are available.
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 4 guests