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

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>
Reply


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



Theme © iAndrew 2016 - Forum software by © MyBB