I'm using brain cms 1.8.8 and during the installation I encountered this problemHelp me!!
https://imgur.com/Ok9fbzd
https://imgur.com/Ok9fbzdhttps://imgur.com/Ok9fbzd
Printable View
I'm using brain cms 1.8.8 and during the installation I encountered this problemHelp me!!
https://imgur.com/Ok9fbzd
https://imgur.com/Ok9fbzdhttps://imgur.com/Ok9fbzd
Post the contents of your web.config
Quote:
<?xml version="1.0" encoding="UTF-8"?><configuration> <system.webServer> <rewrite> <rules> <rule name="Imported Rule Brain"> <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule HK"> <match url="adminpan/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="adminpan/index.php?url={R:1}" appendQueryString="false" /> </rule> <rule name="Rule 112"> <match url="^swf/habbo-imaging/badge/([^/]+)" ignoreCase="false" /> <action type="Rewrite" url="/swf/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 1" stopProcessing="true"> <match url="news/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="/index.php?url=news&id={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule home" stopProcessing="true"> <match url="home/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="/index.php?url=home&user={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 2fa" stopProcessing="true"> <match url="settings2fa/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="/index.php?url=settings2fa&user={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule HK Users" stopProcessing="true"> <match url="adminpan/gebruiker/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="/adminpan/index.php?url=gebruiker&user={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule HK Sollielook" stopProcessing="true"> <match url="adminpan/sollielook/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="/adminpan/index.php?url=sollielook&look={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule HK DeleteNews" stopProcessing="true"> <match url="adminpan/news/delete/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="/adminpan/index.php?url=news&delete={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule HK DeleteSollie" stopProcessing="true"> <match url="adminpan/sollielook/delete/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="/adminpan/index.php?url=sollielook&delete={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule HK EditNews" stopProcessing="true"> <match url="adminpan/news/edit/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="/adminpan/index.php?url=editnews&news={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule HK DeleteBan" stopProcessing="true"> <match url="adminpan/bans/delete/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="/adminpan/index.php?url=bans&delete={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule HK GiveUODW" stopProcessing="true"> <match url="adminpan/giveuseroftheweek/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="/adminpan/index.php?url=giveuseroftheweek&user={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule User Ref" stopProcessing="true"> <match url="register/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="/index.php?url=register&userref={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule User Pas" stopProcessing="true"> <match url="newpassword/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="/index.php?url=newpassword&key={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 2FA" stopProcessing="true"> <match url="2fa/([0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="/index.php?url=2fa&step={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule HK show cata" stopProcessing="true"> <match url="adminpan/catalog/view/([0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="/adminpan/index.php?url=catalog&view_id={R:1}" appendQueryString="false" /> </rule> <rule name="HBG-Xdr"> <match url="^habbo-imaging/badge/(.*)" ignoreCase="false" /> <conditions logicalGrouping="MatchAll" trackAllCaptures="false" /> <action type="Rewrite" url="habbo-imaging/badge.php?badge={R:1}" /> </rule> </rules> </rewrite> </system.webServer></configuration>
When I install IIS, how do I configure it? What should I install?example "php, iis recommended"
Replace web.config with this: https://pastebin.com/ibzdVDNM (you may have to restart IIS after, im not sure)
As for installing things like php, mysql etc with IIS I use to always use https://www.microsoft.com/web/downloads/platform.aspx
@Shokkato the error you shown says You have more than 1 entry in web.config called "Imported Rule 2FA".
You will also need to make sure that PHP is install for IIS ( https://php.iis.net/ )