Thread: .htaccess help
View Single Post
  #1 (permalink)  
Old 04-22-2008, 09:15 AM
blackplastic blackplastic is offline
Newbie
 
Join Date: Apr 2008
Posts: 2
Credits: 0
Rep Power: 0
blackplastic is on a distinguished road
Default .htaccess help

Here's the contents of my file:


AddType application/x-httpd-php .png
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^http://(www.)?blackplastic\.org/sigs/stats/(.+)\.png$ http://www.blackplastic.org/sigs/stats.php?rsn=$1 [R=301,NC]


I know that http://www.blackplastic.org/sigs/sta...n=blackplastic works, but www.blackplastic.org/sigs/stats/blackplastic.png doesn't. Could anyone explain why and help me with this?
Reply With Quote

Sponsored Links