View Single Post
  #8  
Old 09-19-2013, 07:18 AM
Tequila's Avatar
Tequila Tequila is offline
The Grim One
 
Join Date: Jan 2009
Location: Souther Tier, New York State
Posts: 1,356
Gender: Female
Credits: 129,224
Tequila is on a distinguished road
Default

Looks like everything is fine there...
Could you check to see if you have a .htaccess file in your main directory? It's contents would look like this:
PHP Code:
RewriteEngine On
RewriteCond 
%{REQUEST_FILENAME} !-f
RewriteCond 
%{REQUEST_FILENAME} !-d
RewriteCond 
%{HTTP_HOST} ^www\.(.*) [NC]
RewriteRule http://%1%{REQUEST_URI} [L,R=301]
RewriteCond %{REQUEST_URI} !\.(js|css|gif|jpg|png|ico)$ [NC]
RewriteRule ^(.*)$ index.php [QSA,L]
RewriteRule ^get/([0-9]+).gif$ /click/siggy/$[L
Otherwise if the file is htaccess.txt you'll need to "rename" the file in your file manager/ftp manager to .htaccess.
__________________
Artist. Designer. Gamer. Mother.
[portfolio] [tarot] [Rune Hollow] [freebies]
Reply With Quote