View Single Post
  #7  
Old 09-25-2014, 11:36 AM
IntoRain's Avatar
IntoRain IntoRain is offline
Moderator
 
Join Date: Jul 2013
Location: Portugal
Posts: 461
Gender: Female
Credits: 22,925
IntoRain is on a distinguished road
Default

Is your .htaccess file inside the ACP folder like this or similar?

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)$ [NC]
RewriteRule ^(.*)$ index.php [QSA,L]
Are the Read-Write-Execute permissions of those files set to 644?

Besides that and the .htaccess, I don't know what's causing that, HoF might be more useful x.x
__________________


asp.net stole my soul.
Reply With Quote