For what? What i need to edit?403 - if you are using IIS check your web.config file
Sorry, i have Xampp not IIS. What have to do?Post of copy of the contents of the file
On xampp do you have a .htaccess file?Sorry, i have Xampp not IIS. What have to do?
Yes. I also have it in the /swf folderOn xampp do you have a .htaccess file?
And this is the copy of .htaccess on /swf and swf/gordon folder (2 files of .htaccess)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/.*$
Options +FollowSymlinks
Options -Indexes
<Files .htaccess>
deny from all
</Files>
order allow,deny
allow from all
<Files ~ "\.swf$">
allow from all
</Files>
Bro are u alive?Share a copy of its contents as a 403 is normally caused by an error in the rewrite