Group Badges - Plus aka Bios

Dec 17, 2017
151
19
Hi guys, I have this problem:


The folder habbo-imaging is located in htdocs

.htaccess (htdocs/.htaccess)
PHP:
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 ^/habbo-imaging/badge/([a-zA-Z0-9_-]+)(|/)$ /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
RewriteEngine On
RewriteRule ^/habbo-imaging/badge/(.*).gif$ ./habbo-imaging/badge.php?badge=$1

My folder habbo-imaging is:
group.badge.url=
group_logo_url_template=
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398


Why are you in the base folder? Why aren't you calling to badge.php?

Habbo-imaging/badge/%imagerdata%.gif

habbo-imaging/badge/([a-zA-Z0-9_-]+)(|/)$ /habbo-imaging/badge.php?badge=$
 
Dec 17, 2017
151
19


Why are you in the base folder? Why aren't you calling to badge.php?

Habbo-imaging/badge/%imagerdata%.gif

habbo-imaging/badge/([a-zA-Z0-9_-]+)(|/)$ /habbo-imaging/badge.php?badge=$
What changes do I have to make? I did not understand what you mean, I do not understand 100% English
View this:
@JayCustom Help me, please
 
Last edited:

Users who are viewing this thread

Top