Jowy

New Member
Sep 6, 2020
14
0
Clothing not loading because i get error 403 on gordon folder. Before this error, clothing worked without problems. Sorry for my english, im spanish. Any solution?

You must be registered for see images attach
 
Last edited:

Jowy

New Member
Sep 6, 2020
14
0
Okey, this is the copy of .htaccess on /htdocs folder
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
RewriteCond %{REQUEST_URI} !^/swf/PRODUCTION-202006192205-424220153/.*$
And this is the copy of .htaccess on /swf and swf/gordon folder (2 files of .htaccess)
Options +FollowSymlinks
Options -Indexes

<Files .htaccess>
deny from all
</Files>

order allow,deny
allow from all

<Files ~ "\.swf$">
allow from all
</Files>
Post automatically merged:

Share a copy of its contents as a 403 is normally caused by an error in the rewrite
Bro are u alive?
 
Last edited:

Users who are viewing this thread

Top