[HELP]IlluminaCMS issue

Aer0

Dynamic
May 8, 2015
6
1
Hey Dev,
Can anyone help? I have Helicon installed, And configured the CMS and checked it but i still can't get it to work.

7xaAXVs.png
 

Sab

I love milfs.
Jun 25, 2011
1,212
136
I'm using Illumina it uses .htacess
Give this a try. (Create a back up though)
Delete .htaccess
Create a text doc in your wwwroot.
Paste this in it:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <rewrite>
            <rules>
            <rule name="Imported Rule 424310" stopProcessing="true">
                    <match url="^community/staff$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=staff" appendQueryString="true" />
                </rule>
                <rule name="Imported Rule 42431d0" stopProcessing="true">
                    <match url="^account/referrals$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=referrals" appendQueryString="true" />
                </rule>
                 <rule name="Imported Rule 42410" stopProcessing="true">
                    <match url="^shop/badge$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=badgeshop" appendQueryString="true" />
                </rule>
             <rule name="Rule 1">
                    <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 1213123">
                    <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>
                <rule name="Imported Rule 83" stopProcessing="true">
                    <match url="^pages/rules$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=rules" appendQueryString="true" />
                </rule>
                 <rule name="Imported Rule 10" stopProcessing="true">
                    <match url="^me/settings$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=settings" appendQueryString="true" />
                </rule>
                <rule name="Imported Rule 11" stopProcessing="true">
                    <match url="^pages/terms$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=terms" appendQueryString="true" />
                </rule>
                <rule name="Imported Rule 12" stopProcessing="true">
                    <match url="^pages/privacy$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=privacy" appendQueryString="true" />
                </rule>
                <rule name="Imported Rule 14" stopProcessing="true">
                    <match url="^account/banned$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=banned" appendQueryString="true" />
                </rule>
                 <rule name="Imported Rule 15" stopProcessing="true">
                    <match url="^account/logout$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=logout" appendQueryString="true" />
                </rule>
                <rule name="novote">
                    <match url="^index/novote(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=index&amp;novote" />
                </rule>
                            <rule name="Imported Rule 1-1">
                    <match url="^manage/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="/manage/index.php?url={R:1}" appendQueryString="false" />
                </rule>
                                            <rule name="Importetwad Rule 1-1">
                    <match url="^register/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=register&amp;referrer={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 2-1">
                    <match url="^manage/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="/manage/index.php?url={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 1e-2" stopProcessing="true">
                    <match url="^error/notfound$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=404" appendQueryString="true" />
                </rule>
               
            </rules>
        </rewrite>
        <httpErrors>
            <remove statusCode="404" subStatusCode="-1" />
            <error statusCode="404" prefixLanguageFilePath="" path="http://babbo.org" responseMode="Redirect" />
        </httpErrors>
    </system.webServer>
</configuration>

Now save it as, "web.config"
Tell me if that works.
 

Aer0

Dynamic
May 8, 2015
6
1
Give this a try. (Create a back up though)
Delete .htaccess
Create a text doc in your wwwroot.
Paste this in it:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <rewrite>
            <rules>
            <rule name="Imported Rule 424310" stopProcessing="true">
                    <match url="^community/staff$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=staff" appendQueryString="true" />
                </rule>
                <rule name="Imported Rule 42431d0" stopProcessing="true">
                    <match url="^account/referrals$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=referrals" appendQueryString="true" />
                </rule>
                 <rule name="Imported Rule 42410" stopProcessing="true">
                    <match url="^shop/badge$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=badgeshop" appendQueryString="true" />
                </rule>
             <rule name="Rule 1">
                    <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 1213123">
                    <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>
                <rule name="Imported Rule 83" stopProcessing="true">
                    <match url="^pages/rules$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=rules" appendQueryString="true" />
                </rule>
                 <rule name="Imported Rule 10" stopProcessing="true">
                    <match url="^me/settings$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=settings" appendQueryString="true" />
                </rule>
                <rule name="Imported Rule 11" stopProcessing="true">
                    <match url="^pages/terms$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=terms" appendQueryString="true" />
                </rule>
                <rule name="Imported Rule 12" stopProcessing="true">
                    <match url="^pages/privacy$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=privacy" appendQueryString="true" />
                </rule>
                <rule name="Imported Rule 14" stopProcessing="true">
                    <match url="^account/banned$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=banned" appendQueryString="true" />
                </rule>
                 <rule name="Imported Rule 15" stopProcessing="true">
                    <match url="^account/logout$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=logout" appendQueryString="true" />
                </rule>
                <rule name="novote">
                    <match url="^index/novote(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=index&amp;novote" />
                </rule>
                            <rule name="Imported Rule 1-1">
                    <match url="^manage/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="/manage/index.php?url={R:1}" appendQueryString="false" />
                </rule>
                                            <rule name="Importetwad Rule 1-1">
                    <match url="^register/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=register&amp;referrer={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 2-1">
                    <match url="^manage/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="/manage/index.php?url={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 1e-2" stopProcessing="true">
                    <match url="^error/notfound$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=404" appendQueryString="true" />
                </rule>
              
            </rules>
        </rewrite>
        <httpErrors>
            <remove statusCode="404" subStatusCode="-1" />
            <error statusCode="404" prefixLanguageFilePath="" path="http://babbo.org" responseMode="Redirect" />
        </httpErrors>
    </system.webServer>
</configuration>

Now save it as, "web.config"
Tell me if that works.
I got it working but thankyou very much
 

Users who are viewing this thread

Top