skip to Main Content

Asp.net 3.5 forms authentication timeout – Plesk

I have this codes in <authentication mode="Forms"> <forms loginUrl="/Login" timeout="180" name="__Auth" slidingExpiration="true" /> </authentication> And Plesk panel Session settings are as below : Authentication mode : Forms Sesion Timeout(minutes) : 180 And this settings automatically adding a line to web.config…

VIEW QUESTION

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
Back To Top
Search