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
What the fuck does SWF folder have to do with the site working... Personally, I think it has to do with the web.config and .htaccess. Delete the web.config if your on Xampp anyways.It seems like you dont have a SWF Folder? Maybe try downloading one.
Because setting up the external vars n shit “may” affect it as things are linked to it, but still add the swf folderWhat the fuck does SWF folder have to do with the site working... Personally, I think it has to do with the web.config and .htaccess. Delete the web.config if your on Xampp anyways.