• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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