RevCMS - 500 Internal Server Error

TheJoshy

PlusHost.org -> GOGOGO
Jul 4, 2010
287
56
Hi there,

I set up Xampp today as I am too lazy to setup IIS. I've put RevCMS on and filled out the config.php file.

I can not load the site, as it's returning a 500 error.

is the URL to the site.

Thanks.
 

TheJoshy

PlusHost.org -> GOGOGO
Jul 4, 2010
287
56
Reinstalled xampp. Still getting same errors. I installed an earlier version of xampp cos the latest versions are messed. It could just be this version, anyone know of a good version?
 

sdsds

Member
Dec 10, 2011
118
4
LOOOL IIS Is Harder To Set Rev With Soo Your Wrong (y)
It shoudn't be hard all u gotta do is change htdocs to config am i right?
and change it to this
<?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>​
 

Users who are viewing this thread

Top