• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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