Can you send ur files? The whole thing? So i can use it?Just use CTRL + Shift + Delete, its a keyboard shortcut.
Google chrome, i know how to clear cachgeWhat browser are you using? Internet explorer? Just look up "how to clear internet cache" but put your browser in too.
Surecan you take a screenshot of your htdocs?
I can't exactly send you my htdocs, because it is a totally different set up to yours. But make sure you edit all of the stated.Sure
It would be handy if you sent me ur htdocs
That is not a problem, plz sentthank you Liam x
How do i make it?Then you need a .htaccess with the following in it.
Code:Options +FollowSymLinks -MultiViews RewriteEngine on RewriteRule ^habbo-imaging/badge/([^/]*) /habbo-imaging/badge.php?badge=$1
Doesnt work.. yay... Why cant u share ur htcdocs? It is not a problem if i change everything right?Just copy what he said, and put in at the end of your .htaccess
Make sure that your group badges link on your external_vatiables is the same link as on the.htaccess or if you're using IIS, web.config [emoji14]Doesnt
Doesnt work.. yay... Why cant u share ur htcdocs? It is not a problem if i change everything right?
RewriteEngine On
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ index.php?url=$1
RewriteRule ^news/([a-zA-Z0-9_-]+)(|/)$ index.php?url=news&id=$1
RewriteRule ^home/([a-zA-Z0-9_-]+)(|/)$ index.php?url=home&user=$1
RewriteRule ^swf/habbo-imaging/badge/([a-zA-Z0-9_-]+)(|/)$ swf/habbo-imaging/badge.php?badge=$1
RewriteRule ^register/([a-zA-Z0-9_-]+)(|/)$ index.php?url=register&userref=$1
RewriteRule ^newpassword/([a-zA-Z0-9_-]+)(|/)$ index.php?url=newpassword&key=$1
Options +FollowSymLinks -MultiViews
RewriteEngine on
RewriteRule ^habbo-imaging/badge/([^/]*) /habbo-imaging/badge.php?badge=$1
group.badge.url=${url.prefix}/habbo-imaging/badge/%imagerdata%.gif change ${url.prefix} to your hotel url. Also make sure you got the habbo-imaging folder with all the stuff needed.Uhm, what is wrong?
Code:RewriteEngine On RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ index.php?url=$1 RewriteRule ^news/([a-zA-Z0-9_-]+)(|/)$ index.php?url=news&id=$1 RewriteRule ^home/([a-zA-Z0-9_-]+)(|/)$ index.php?url=home&user=$1 RewriteRule ^swf/habbo-imaging/badge/([a-zA-Z0-9_-]+)(|/)$ swf/habbo-imaging/badge.php?badge=$1 RewriteRule ^register/([a-zA-Z0-9_-]+)(|/)$ index.php?url=register&userref=$1 RewriteRule ^newpassword/([a-zA-Z0-9_-]+)(|/)$ index.php?url=newpassword&key=$1 Options +FollowSymLinks -MultiViews RewriteEngine on RewriteRule ^habbo-imaging/badge/([^/]*) /habbo-imaging/badge.php?badge=$1
And external
You must be registered for see links