Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Options +Indexes
- RewriteEngine on
- <IfModule mod_deflate.c>
- AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript text/javascript font/opentype font/truetype font/eot image/png image/jpeg image/gif
- </IfModule>
- <IfModule mod_headers.c>
- <FilesMatch "\.(jpg|jpeg|png|gif|ico|js|css|otf|ttf)$">
- Header set Cache-Control "max-age=604800, public"
- </FilesMatch>
- </IfModule>
- RewriteRule ^noticias/?$ /index.php?view=pagination&ptype=noticias [L]
- RewriteRule ^noticias/([0-9]+)/?$ /index.php?view=pagination&ptype=noticias&page=$1 [L]
- RewriteRule ^noticias/([0-9]+)-([A-Za-z_0-9-]+)/?$ /index.php?view=pagination&ptype=noticias&id=$1 [L]
- ErrorDocument 403 /index.php?view=error&id=403
- ErrorDocument 404 /index.php?view=error&id=404
- ErrorDocument 500 /index.php?view=error&id=500
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement