• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

several problems

N

nero0247

Guest
I realize the MS ASP != Apache:ASP. I was wanting to know if it was possible at all to run those type of applications with PLESK. I see that chlisoft would be okbut would it break plesk?

Another problem i am having is that i would like to use mod_rewrite. There are several applications that need it so it can use "safe" or "friendly urls". what do i need to do exactly.
 
Another problem i am having is that i would like to use mod_rewrite. There are several applications that need it so it can use "safe" or "friendly urls". what do i need to do exactly.
Rewrite rules are generally put into the domain's vhost.conf or vhost_ssl.conf files. Location:

/home/httpd/vhosts/domain.tld/conf/vhost.conf
/home/httpd/vhosts/domain.tld/conf/vhost_ssl.conf

These files are not created by default, so you would need to create them.

The exact composition of the RewriteCond(s) and RewriteRule(s) will depend upon your exact needs.

There have been many posts about different Rewrite needs, if you have not found one suitable to your need, please give detailed information as to what your need is.

(sorry, I cannot determine from your post if you are already familiar with creating Rewrite conditions and rules or not)
 
Back
Top