• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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