Jump to content

rusty_dog

Approved members
  • Posts

    11
  • Joined

  • Last visited

About rusty_dog

rusty_dog's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi, What version did you put it to? Mine is 5.3.27 Thanks
  2. I have installed it on it's own domain now too and i still get blanks. http://goo.gl/KTNzlm
  3. Nothing showing up about it in the error log
  4. The fact is i just deleted all the contents from the .htaccess file and i was still getting the blank install page, so clearly that file is not the issue then?
  5. Hi, The ads directory doesn't appear to have one but this is the one from my main domain: RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule .* ./index.php # Enable gzip compression <ifModule mod_gzip.c> mod_gzip_on Yes mod_gzip_dechunk Yes mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$ mod_gzip_item_include handler ^cgi-script$ mod_gzip_item_include mime ^text/.* mod_gzip_item_include mime ^application/x-javascript.* mod_gzip_item_exclude mime ^image/.* mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.* </ifModule> #Ban Malicious IPs order allow,deny deny from 1.1.1.1 allow from all ## EXPIRES CACHING ## <IfModule mod_expires.c> ExpiresActive On # Your document html ExpiresByType text/html "access plus 0 seconds" # Media: images, video, audio ExpiresByType audio/ogg "access plus 1 month" ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType video/mp4 "access plus 1 month" ExpiresByType video/ogg "access plus 1 month" ExpiresByType video/webm "access plus 1 month" # CSS and JavaScript ExpiresByType application/javascript "access plus 1 year" ExpiresByType text/css "access plus 1 year" </IfModule> ## EXPIRES CACHING ## #Prevent Hot Linking RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?domain.com.au [NC] RewriteRule \.(jpg|jpeg|png|gif)$ - [NC,F,L] <IfModule mod_headers.c> <FilesMatch "\.(js|css|xml|gz)$"> Header append Vary: Accept-Encoding </FilesMatch> </IfModule> I have replaced my domain up there with 'domain'. Can you see any potential conflicts? Thanks again!
  6. Could it be a memory or execution time issue?
  7. I think it could be the domains .htaccess file. It's affecting 'ads' somehow. Now on install i get an error page which is the error page from the domain software, and not the ads directory. Why would that be happening?
  8. HI, Thanks for the response, the permissions on the ads folder is 755, is that correct? Thanks
  9. Hi everyone, Thanks for the feedback. I have checked and my server config should support this software just fine, and there is nothing in the error log So i don't really get why this is occuring. If you visit http://goo.gl/uTdL5B you will see it sits on the install page however it's blank. If it is a directory permission issue, i can't find any docs on what the permissions should be pre-install. Does anyone know? Thanks
  10. Hi, I just downloaded revive and when i try and install it, all i get is a blank page. What would be causing this? My server specs should be fine to run this. Thanks Rusty
×
×
  • Create New...