Quote:
Originally Posted by psico
|
http://www.psicofxp.com/forums/userbar/show.php?id=caca that one works so the application itself is fine.
it's the rewrite that is acting up.
best to check the .htaccess in /userbar to see that it matches the specific requirements of your server.
If you have SEO stuff running exclude the userbar apps and files from being handled.
On the tyegurl server it's fixed by changing the .htaccess to
Code:
RewriteEngine on
RewriteRule /(.+).png$ show.php?id=$1 [L]
RewriteRule /(.+).gif$ group.php?id=$1 [L]