View Single Post
  #1  
Old 06-25-2010, 10:52 AM
Ben Ben is offline
Member
 
Join Date: Jul 2009
Posts: 9
Credits: 1,537
Ben
Send a message via MSN to Ben
Default .htaccess Problems

I've been having problems related to my HTAccess file which have meant that my adoptable images do not show up on other sites.

Here is my current .htaccess file.

RewriteEngine On

#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{HTTP_HOST} ^adopts.thepoketown.com$ [OR]
RewriteCond %{HTTP_HOST} ^adopts.thepoketown.com$
RewriteRule ^(.*)$ get/([0-9]+).gif$ /siggy.php?id=$1 [R=301,L]

My site's address is http://adopts.thepoketown.com

The file for the adoptables is on the root of the domain.

What's up with this, can anyone help me? Thanks =]
Reply With Quote