Revcms R63 web.config error

Jamescool12

Member
Jan 17, 2014
139
13
Hello guys its your boii James I have a error please help me out




HERE ITS MY NORMAL WEB.CONFIG I HAVE


<?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>
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
its this one
I'm pretty sure that error is due to the CMS engine. You've probably tried editing something which gives you the white page. If it was a configuration error, it would give you a number and where the error is located.

Try downloading a new CMS and trying that.
 

Jamescool12

Member
Jan 17, 2014
139
13
I'm pretty sure that error is due to the CMS engine. You've probably tried editing something which gives you the white page. If it was a configuration error, it would give you a number and where the error is located.

Try downloading a new CMS and trying that.
I did i tried 3 different cms and honestly this same bull crap ahaha xD
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
Your config for RevCMS should look something like this.
Code:
<?php
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
$_CONFIG['mysql']['connection_type'] = 'pconnect';
$_CONFIG['mysql']['hostname'] = 'localhost';
$_CONFIG['mysql']['username'] = 'root';
$_CONFIG['mysql']['password'] = 'password';
$_CONFIG['mysql']['database'] = 'hotel';
$_CONFIG['mysql']['port'] = '3306';
$_CONFIG['hotel']['url'] = 'http://habbo.com';
$_CONFIG['hotel']['name'] = 'Habbo';
$_CONFIG['hotel']['desc'] = 'Virtual World, Avatar Chat and Pixel Art!';
$_CONFIG['hotel']['in_maint'] = false;
$_CONFIG['hotel']['motto'] = 'I am new to Habbo!';
$_CONFIG['hotel']['credits'] = 0;
$_CONFIG['hotel']['pixels'] = 0;
$_CONFIG['hotel']['figure'] = 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100';
$_CONFIG['template']['style'] = 'Habbo';
?>
 

iGlenn

:)
Jul 21, 2015
618
92
yet your on my dick saying "let me set it up for you" like bitch no i know what im doing this the frist time it happened to me and you can gtfo i know yours moves you scumbag your probs 10 years old SMD,
obviously u don't if u cant even fix common problems and im the same age as you.
 
someones just mad because they cant setup a retro
 

Users who are viewing this thread

Top