Please Help:(
I've got this problem can somebody help me please...?
Screen capture: 2013-10-28 19:58:14
Thx guys
Printable View
Please Help:(
I've got this problem can somebody help me please...?
Screen capture: 2013-10-28 19:58:14
Thx guys
You did something wrong with you URL Rewrite / web.config
Re-add your rules or put a backup in.
Delete:
web.config
.htaccess
Open notepad
paste:
Save as: web.configCode:<?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>
Billy nothing worked
do you actually have the url rewrite module installed?
It's Final ReCMS
forum.ragezone.com/f353/final-recms-edit-iexit-2012-a-943493/
So? D:
Do you have the url rewrite installed?