IIS & Plesk - RevCMS - 500 Internal Server Error

pure3

New Member
Aug 19, 2014
5
0
Hi, I can't access my site.
My system is running Windows Server 2012 with Plesk and URL Rewrite installed.
I followed some Xampp Tutorials, and I think it works somehow, but the web.config file.

I use the RevCMS.

My web.config:
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>

Screenshot:
ce9XYQD.png


I hope somebody can help me :)

Greetings!
 

pure3

New Member
Aug 19, 2014
5
0
No, I mean I'm using Plesk (and Plesk is running IIS too). I have not installed Xampp. I just meant I followed the main instructions of xampp tutorial. Basicly it's the same. ^^

Greetings
 

pure3

New Member
Aug 19, 2014
5
0
Oh, I mean just for setting up the hotel, not the xampp thing. I knew i shouldn't write this. :D
Okay, but how can I fix this? ^^ I searched for soo long, couldn't find one good/working IIS tutorial. :/

Greetings
 

Rastaberry

Rooster 4 president 2k14
Dec 3, 2010
247
29
No you're wrong, you shouldn't follow the XAMPP instructions because it's different than IIS, you should follow this instruction instead:

 

Users who are viewing this thread

Top