https://www.icyphoenix.com/viewtopic.php?f=35&t=8299 ----------------------------------- devildog Wed 21 Dec, 2011 16:48 Images In Posts ----------------------------------- Greetings! I know this topic has been cover many times, and after trying everything that I've found I tried.. At this point it's still not working right... Here's my problem. When pictures are in posts, only the admin can see them. I've tried to view on Firefox, Safari and IE to avail. The gallery is visible to everyone, just not pictures, or smilies, in post. I'm suspecting some sort of permissions issue and for the life of me I can't figure out what it is. I've tried all the fixes in all the posts I've found here. Here is the [url=http://thenortherntundra.com]link to my board. Any help would be appreciated! Thanks! EDIT: This is the URL I'm getting when I right click on the smilie or picture: "http://thenortherntundra.com/h**p://thenortherntundra.com/files/thumbs/6/111220_0004.jpg" Could this be due to the rewrite in the .htaccess file? I get this on all browsers. On both the Mac and PC. ----------------------------------- Joshua203 Wed 21 Dec, 2011 20:10 Re: Images In Posts ----------------------------------- Yes I noticed the same thing (the replaced tt/**) and have been searching to find an ACP setting that would cause it but could not find it (yet), Maybe someone that knows his way blindly across the Icy ACP can jump in? The second domain is probably only added because h**p: is not an url (so this would automatically disapear when the tt/** is no longer replaced) Please post the version number of your Icy installation and the (extra) content in your htaccess file (or simply temporary remove what is added in your htaccess and see what happens) ----------------------------------- devildog Wed 21 Dec, 2011 21:53 Re: Images In Posts ----------------------------------- The version of Icy I am using is 1.3.24.77 The .htaccess is the one with the Icy distribution. Here it is: [code linenumbers=false] #php_flag register_globals 0 #php_flag register_globals off #php_flag magic_quotes_gpc on #php_value memory_limit 16M #Options +FollowSymlinks # Disable the files listing feature #Options All -Indexes ################################## # Errors Pages - BEGIN # ################################## ################################## # Decomment these lines to enable error document management. # You can add absolute path if you want always the correct path being parsed. # Something like: # ErrorDocument 400 http://www.icyphoenix.com/errors.php?code=400 ################################## #ErrorDocument 400 /errors.php?code=400 #ErrorDocument 401 /errors.php?code=401 #ErrorDocument 403 /errors.php?code=403 #ErrorDocument 404 /errors.php?code=404 #ErrorDocument 500 /errors.php?code=500 ################################## # Errors Pages - END # ################################## RewriteEngine On #This may cause issues with subdirs and so it is not enabled by default. #RewriteBase / #Make sure the whole site goes to www.mysite.com instead of mysite.com. This is good for the search engines #Edit and uncomment the below lines for your own site. #Make sure to replace icyphoenix.com with your site address. #RewriteCond %{HTTP_HOST} ^icyphoenix.com #RewriteRule (.*) http://www.icyphoenix.com/$1 [R=301,L] #Permanent redirection (the first line is the old domain, the second one is the new domain) #RewriteCond %{HTTP_HOST} ^icyphoenix.com [NC] #RewriteRule ^(.*)$ http://www.icyphoenix.com/$1 [R=301,L] ########## Rewrite rules to block out some common exploits - BEGIN # # Block out any script trying to set a mosConfig value through the URL RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR] # Block out any script trying to base64_encode crap to send via URL RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR] # Block out any script that includes a