RevCMS 500 error IIS

Status
Not open for further replies.
Jan 7, 2016
194
15
Yo what's up guys, I'm having a major problem here and me and the owner both have tried everything from brainCMS to RevCMS, IIS doesn't work nor does xampp. So here is my issue: if you go to playdusk.com as you can see we have a IIS 500 error, yes that annoying damn error. We've tried changing RevCMS themes, tried Helicon Ape, tried pretty much anything you can imagine or maybe I'm missing something.. I have this working on my XAMPP / website working fine. For some reason tho, when I try to do his website/hotel it always gives a 500 error or the brainCMS gives a mysql cannot connect to database and we have the right details in the brain-config.php as well. Can someone please explain if it's just me or is it his VPS being Windows 2012 r? I've also tried this>
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>
            </rules>
        </rewrite>
    </system.webServer>
</configuration>
 
Status
Not open for further replies.

Users who are viewing this thread

Top