Help?! - Index error

Chased

New Member
Jan 3, 2019
15
0
So been trying to set up my hotel on IIS using sleekcms but everytime after config it does this? I've downloaded asp.net and its still not corrected the issue? can someone please help.
You must be registered for see images attach
 

Chased

New Member
Jan 3, 2019
15
0
Code:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <rewrite>
            <rules>
                <rule name="Imported Rule 1">
                    <match url="^(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 2">
                    <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 3">
                    <match url="^(.*)\.htm$" />
                    <action type="Rewrite" url="{R:1}.php" />
                </rule>
                <rule name="Imported Rule 4">
                    <match url="^(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="dash.php?page={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 5">
                    <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="dash.php?url={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 6">
                    <match url="^(community/staff)$" ignoreCase="false" />
                    <action type="Rewrite" url="staff" />
                </rule>
                <rule name="Imported Rule 7">
                    <match url="^home/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=home&amp;user={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 10">
                    <match url="^news/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=news&amp;id={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 11">
                    <match url="^group/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=group&amp;i={R:1}" appendQueryString="false" />
                </rule>
             <rule name="Habbo Imaging Group Badges">
                    <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Habbo Imaging Avatarimage 1">
                    <match url="^habbo-imaging/avatar/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="habbo-imaging/avatarimage.php?figure={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Habbo Imaging Avatar Image 2">
                    <match url="^habbo-imaging/avatarimage/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="habbo-imaging/avatarimage.php?username={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Habbo Imaging Avatar Head">
                    <match url="^habbo-imaging/head/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="habbo-imaging/head.php?figure={R:1}" appendQueryString="false" />
                </rule>
            </rules>
        </rewrite>
    </system.webServer>
</configuration>

this is in web.config
 

Chased

New Member
Jan 3, 2019
15
0
Hi guys problems sorted but facing issues with my client as it loads and disconnects using plusemu, could anyone help? (ill add you on discord) please.
 

Platinum

Hello!
Sep 2, 2012
295
282
Hi guys problems sorted but facing issues with my client as it loads and disconnects using plusemu, could anyone help? (ill add you on discord) please.

You had sent me a request on Discord for support with SleekCMS but haven’t gotten back to my message, feel free to respond so I can assist you! :up:
 

Users who are viewing this thread

Top