Iis error via revcms

Results 1 to 6 of 6
  1. #1
    Member Tuuttihotel is offline
    MemberRank
    Jan 2008 Join Date
    65Posts

    Iis error via revcms

    http://puu.sh/afRpP/240887f687.png ANYONE GOT ANY IDEAS?


  2. #2
    Enthusiast CalmaBRO is offline
    MemberRank
    Jun 2014 Join Date
    35Posts

    Re: Iis error via revcms

    Install Helicon Ape.

  3. #3
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,608Posts

    Re: Iis error via revcms

    Have you installed the URL rewrite module for IIS and imported that .htacces rules if there is no web.config file available?

    Quote Originally Posted by CalmaBRO View Post
    Install Helicon Ape.
    That software is bullshit and slows down your server. Just saying.

  4. #4
    HostSavor.com Lewislol is offline
    MemberRank
    Jul 2013 Join Date
    498Posts

    Re: Iis error via revcms

    If you can't get it yourself here is a 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>

  5. #5
    Enthusiast CalmaBRO is offline
    MemberRank
    Jun 2014 Join Date
    35Posts

    Re: Iis error via revcms

    Naah, not for me bruh

  6. #6
    Don't mind me, i'm nobody Jambokill is offline
    MemberRank
    Dec 2010 Join Date
    PhilippinesLocation
    264Posts

    Re: Iis error via revcms

    I agree with General, install URL Rewrite module for IIS.



Advertisement