Primer commit del sistema avantika sin cambios
This commit is contained in:
21
.htaccess
Executable file
21
.htaccess
Executable file
@@ -0,0 +1,21 @@
|
||||
#suPHP_ConfigPath /home/facturas/public_html/
|
||||
|
||||
RewriteEngine on
|
||||
RewriteRule ^index2/([^/\.]+)/?$ index2.php?page=$1 [L]
|
||||
RewriteRule ^index2/([^/\.]+)/([^/\.]+)/([^/\.]+)?$ index2.php?page=$1&$2=$3 [L]
|
||||
RewriteRule ^index2/([^/\.]+)/([^/\.]+)/?$ index2.php?page=$1§ion=$2 [L]
|
||||
RewriteRule ^index2/([^/\.]+)/([^/\.]+)/([^/\.]+)/([^/\.]+)?$ index2.php?page=$1§ion=$2&$3=$4 [L]
|
||||
|
||||
RewriteRule ^([^/\.]+)/?$ index.php?page=$1 [L]
|
||||
RewriteRule ^([^/\.]+)/([^/\.]+)/([^/\.]+)?$ index.php?page=$1&$2=$3 [L]
|
||||
RewriteRule ^([^/\.]+)/([^/\.]+)/?$ index.php?page=$1§ion=$2 [L]
|
||||
RewriteRule ^([^/\.]+)/([^/\.]+)/([^/\.]+)/([^/\.]+)?$ index.php?page=$1§ion=$2&$3=$4 [L]
|
||||
|
||||
|
||||
<FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
|
||||
Header set Cache-Control "max-age=290304000, public"
|
||||
</FilesMatch>
|
||||
|
||||
php_value post_max_size 100M
|
||||
|
||||
php_value max_input_vars 3000
|
||||
Reference in New Issue
Block a user