500 error

Status
Not open for further replies.

EngeldesTodes

Deutsch Techno-Freak WIR SIND EIN
Feb 21, 2011
1,070
76
okay i make a r63b normal retro iis based plus emu emu works fine but the main cms dosnt show i do have a r63b rp running so this will be my 2nd retro

You must be registered for see images attach

please any help thanks
 

EngeldesTodes

Deutsch Techno-Freak WIR SIND EIN
Feb 21, 2011
1,070
76
If you go to localhost on your VPS, it should show an error, if it shows one - post it here.
okay i try that
 
You must be registered for see images attach

even i try localhost i thinking it a URl Rewrite error buty i imported the .htacess
 
or it a web.config error
 
progress i get this
You must be registered for see images attach
 

Pinkman

Posting Freak
Jul 27, 2016
814
193
Open notepad ++
Create a new file
Paste 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>

Click save and save it as web.config in your wwwroot folder
 

Kak

Posting Freak
Apr 21, 2017
951
165
someone else was using habbologic and had this problem with the same cms but i switched him to a different cms and no problems. most likely the cms
 
Status
Not open for further replies.

Users who are viewing this thread

Top