Jump to content

Mysql Image


whiteboikyle

Recommended Posts

http://clanan.net/.htaccess

 

Says access denied.. but i checked my hosting and it says. .htaccess enabled.

 

You cant access htaccess files with your browser.

 

If you refreash you browser the images will reload again. Trying surfing you site a bit the images should appear instantly

 

 

Link to comment
https://forums.phpfreaks.com/topic/157205-mysql-image/#findComment-829041
Share on other sites

Dont include htaccess files, im not sure if you can anyway.

 

If you put htacces in your root directory of your site:

 

http://site.com/.htaccess

 

and have htaccess enabled then something else is going on

 

I definately works ive been using it for 2 years

 

Make sure the htaccess file has no extensions as well

 

 

Link to comment
https://forums.phpfreaks.com/topic/157205-mysql-image/#findComment-829157
Share on other sites

all i put is

# 5 MIN

<FilesMatch "\.(css|js|swf|flv)$">

Header set Cache-Control "max-age=172800, private, proxy-revalidate"

</FilesMatch>

 

# 1 WEEK

<FilesMatch "\.(jpg|jpeg|gif|ico|png)$">

Header set Cache-Control "max-age=604800, public"

</FilesMatch>

 

uploaded it to my root directory (of the main site)

.htaccess enabled..

 

doesn't work.. Dono why..

Link to comment
https://forums.phpfreaks.com/topic/157205-mysql-image/#findComment-829228
Share on other sites

uploaded it to my root directory (of the main site)

.htaccess enabled..

 

doesn't work.. Dono why..

 

Dont refreash your browser it will clear the cache and reload everything again.

 

Just surf your site normally through hyperlinks

 

Example:

 

http://site.com/image_page.html http://site.com/no_image_page.html  > http://site.com/image_page.html

 

When revisiting the 1st url all your images will load instantly

Link to comment
https://forums.phpfreaks.com/topic/157205-mysql-image/#findComment-829238
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.