Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
.htaccess Caching
#4
I also have problem with .htaccess Caching, I dont know where to enable it. In main .htaccess after
Code:
AddDefaultCharset UTF-8
Options -Indexes

# blocks direct access to the XML files - they hold all the data!
<Files ~ "\.xml$">
    Order allow,deny
    Deny from all
    Satisfy All
</Files>
<Files sitemap.xml>
        Order allow,deny
    Allow from all
    Satisfy All
</Files>

RewriteEngine on

# Usually it RewriteBase is just '/', but
# replace it with your subdirectory path
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]

or somewhere else. Thank You.
Reply


Messages In This Thread
.htaccess Caching - by yurifanboy - 2012-01-29, 03:44:57
.htaccess Caching - by yojoe - 2012-01-29, 03:58:46
.htaccess Caching - by mrmut - 2012-01-29, 14:05:52
.htaccess Caching - by ebcx - 2012-05-05, 11:08:18
.htaccess Caching - by alienee2 - 2012-05-06, 05:22:52



Users browsing this thread: 1 Guest(s)