error?

Stevee

Posting Freak
Mar 29, 2011
580
35
Hi,
so whenever i go to
it shows a 404 error,
its revCMS
this is 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>


PS. IT works when I go to i can see the swf.

thanks,
steve
 

Stevee

Posting Freak
Mar 29, 2011
580
35
People normally get this type of error when they don't install PHP.
I've installed PHP, I believe. I've done uninstalled and reinstalled it..

Now I get a white page, just a blank white page when I go to

I think you just don't know how to set up a cms tbh, because I could set one up easily.
Actually, I do know how to setup a CMS, thanks bud..
 

Users who are viewing this thread

Top