Welcome Guest, Not a member yet? Register   Sign In
404 file not found on all images
#3

(10-18-2015, 11:19 AM)ivantcholakov Wrote:
Code:
<IfModule mod_rewrite.c>

   #Options +FollowSymlinks
   #Options +SymLinksIfOwnerMatch

   RewriteEngine On

   DirectoryIndex index.php index.html

   #RewriteBase /

   # Remove index.php segment from the URL.
   RewriteCond %{REQUEST_FILENAME} !-f
   RewriteCond %{REQUEST_FILENAME} !-d
   RewriteCond $1 !\.php$
   RewriteCond $1 !^(index\.php|robots\.txt|favicon\.ico|apple-touch-icon\.png|apple-touch-icon-precomposed\.png)
   RewriteRule ^(.*)$ ./index.php?/$1 [L,QSA]

</IfModule>

Thank you for your help. Unfortunately it did not make a difference!
Reply


Messages In This Thread
RE: 404 file not found on all images - by alfred.laggner - 10-18-2015, 11:51 AM
RE: 404 file not found on all images - by ciadmin - 10-18-2015, 12:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB