skip to Main Content

web.config to mod_rewrite returning 400 Bad Request – Plesk

First time using mod_rewrite here I have this rules working on IIS: <?xml version="1.0" encoding="utf-8" ?> <configuration> <system.webServer> <rewrite> <rules> <rule name="services" stopProcessing="true"> <match url="^([a-z]+)/service/([a-zA-Z-]+)" /> <action type="Rewrite" url="serveis.php?id={R:2}&amp;lang={R:1}"/> </rule> <rule name="categories" stopProcessing="true"> <match url="^([a-z]+)/category/([a-zA-Z-]+)" /> <action type="Rewrite" url="subhome.php?id={R:2}&amp;lang={R:1}"/> </rule>…

VIEW QUESTION

Remove Plesk preview domain redirect

Plesk offers you a handy way to preview the site before you switch over the DNS, called Websites Preview. This is what it does: customer-site.tld will be available for preview as customer-site.tld.192-0-2-12.your-domain.tld. Here 192-0-2-12 is the site's IP where dots…

VIEW QUESTION
Back To Top
Search