<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 zz">
<match url="^ase/(.*)/?$" ignoreCase="false" />
<action type="Rewrite" url="/ase/index.php?url={R:1}" appendQueryString="true" />
</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 6" stopProcessing="true">
<match url="^home/(.*)/?$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=home&user={R:1}" appendQueryString="true" />
</rule>
<rule name="Imported Rule 11" stopProcessing="true">
<match url="^news/(.*)/?$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=news&id={R:1}" appendQueryString="true" />
</rule>
<rule name="Imported Rule 7" stopProcessing="true">
<match url="^ref/(.*)/?$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=register&refer={R:1}" appendQueryString="true" />
</rule>
<rule name="Imported Rule 8">
<match url="store/packages(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=packages" />
</rule>
<rule name="Imported Rule 9">
<match url="store/badge(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=badge" />
</rule>
<rule name="Imported Rule 10">
<match url="store/super(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=super" />
</rule>
</rules>
</rewrite>
Wow thanks alot! EDIT: Now the ASE won't work :S want to Join.me me? :S So confused lmao. Thanks in advance,use this web.config:
HTML:<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 zz"> <match url="^ase/(.*)/?$" ignoreCase="false" /> <action type="Rewrite" url="/ase/index.php?url={R:1}" appendQueryString="true" /> </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 6" stopProcessing="true"> <match url="^home/(.*)/?$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=home&user={R:1}" appendQueryString="true" /> </rule> <rule name="Imported Rule 11" stopProcessing="true"> <match url="^news/(.*)/?$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=news&id={R:1}" appendQueryString="true" /> </rule> <rule name="Imported Rule 7" stopProcessing="true"> <match url="^ref/(.*)/?$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=register&refer={R:1}" appendQueryString="true" /> </rule> <rule name="Imported Rule 8"> <match url="store/packages(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=packages" /> </rule> <rule name="Imported Rule 9"> <match url="store/badge(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=badge" /> </rule> <rule name="Imported Rule 10"> <match url="store/super(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=super" /> </rule> </rules> </rewrite>
and this is Sledmore's ASE:You must be registered for see links
When we click on the news on first page it goes to /me and when you putwhat errors are you having with the news?
Because we don't have the web.config for the news. So change the domain from;When we click on the news on first page it goes to /me and when you putYou must be registered for see links(article ID) it did work but it goes straight to /me again. We're using limeHotels theme thanks.
EDIT; If I use that web.config the site doesn't work either :/.
http://habbam.com/news/index.php?url=(article ID)
http://habbam.com/index.php?url=(article ID)
Well thats the web.config lime use so...When we click on the news on first page it goes to /me and when you putYou must be registered for see links(article ID) it did work but it goes straight to /me again. We're using limeHotels theme thanks.
EDIT; If I use that web.config the site doesn't work either :/.
Helped alot thanks Jamie!Because we don't have the web.config for the news. So change the domain from;
Code:http://habbam.com/news/index.php?url=(article ID)
to
Code:http://habbam.com/index.php?url=(article ID)
Is it?:S It went to error 404 for me:s. Thanks anyway for trying.Well thats the web.config lime use so...