Group Badges Not Showing

Lopez89

New Member
Jan 4, 2019
24
0
I know this is very common, I've looked other topics but still nothing.


This is the .htaccess in the swf folder:
Code:
<Files .htaccess>
deny from all
</Files>



RewriteEngine on

RewriteRule ^habbis-imaging/badges/(.*).gif$ ./habbis-imaging/badge.php?badge=$1

This is the .htaccess in htdocs
Code:
RewriteEngine On

RewriteRule ^swf/habbis-imaging/badge/([a-zA-Z0-9_-]+)(|/)$ swf/habbis-imaging/badge.php?badge=$1
RewriteRule ^swf/habbis-imaging/badges/(.*).gif$ ./swf/habbis-imaging/badge.php?badge=$1

The folder is called habbis-imaging.
 

Rystbo

-Hotel Owner, -Customs Developer, -Arcturus
Apr 16, 2018
390
200
I know this is very common, I've looked other topics but still nothing.


This is the .htaccess in the swf folder:
Code:
<Files .htaccess>
deny from all
</Files>



RewriteEngine on

RewriteRule ^habbis-imaging/badges/(.*).gif$ ./habbis-imaging/badge.php?badge=$1

This is the .htaccess in htdocs
Code:
RewriteEngine On

RewriteRule ^swf/habbis-imaging/badge/([a-zA-Z0-9_-]+)(|/)$ swf/habbis-imaging/badge.php?badge=$1
RewriteRule ^swf/habbis-imaging/badges/(.*).gif$ ./swf/habbis-imaging/badge.php?badge=$1

The folder is called habbis-imaging.


Try this,

 

Users who are viewing this thread

Top