Hi Snoopy,
I am facing the same problem. I have uninstalled/re-installed the forum umpteen number of times ., but it doesnt seem to work.
Tried everything on the login problems sticky.
Would you like to share what changes in your .htaccess help you.
My .htaccess has the following code
# BEGIN EXPIRES
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 10 days"
ExpiresByType text/css "access plus 1 week"
ExpiresByType text/plain "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType application/x-javascript "access plus 1 month"
ExpiresByType application/javascript "access plus 1 week"
ExpiresByType application/x-icon "access plus 1 year"
</IfModule>
# END EXPIRES
Got it !! removed the ExpiresDefault part.... Works smooth !!
I am facing the same problem. I have uninstalled/re-installed the forum umpteen number of times ., but it doesnt seem to work.
Tried everything on the login problems sticky.
Would you like to share what changes in your .htaccess help you.
My .htaccess has the following code
# BEGIN EXPIRES
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 10 days"
ExpiresByType text/css "access plus 1 week"
ExpiresByType text/plain "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType application/x-javascript "access plus 1 month"
ExpiresByType application/javascript "access plus 1 week"
ExpiresByType application/x-icon "access plus 1 year"
</IfModule>
# END EXPIRES
(2014-05-14, 03:45 PM)shktndn Wrote: Hi Snoopy,
I am facing the same problem. I have uninstalled/re-installed the forum umpteen number of times ., but it doesnt seem to work.
Tried everything on the login problems sticky.
Would you like to share what changes in your .htaccess help you.
My .htaccess has the following code
# BEGIN EXPIRES
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 10 days"
ExpiresByType text/css "access plus 1 week"
ExpiresByType text/plain "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType application/x-javascript "access plus 1 month"
ExpiresByType application/javascript "access plus 1 week"
ExpiresByType application/x-icon "access plus 1 year"
</IfModule>
# END EXPIRES
Got it !! removed the ExpiresDefault part.... Works smooth !!