axis/axiscommerce/develop/install/.htaccess
<IfModule mod_rewrite.c>
##################################
## Enable rewrites
RewriteEngine on
# RewriteBase /axis/
RewriteRule !.(js|ico|swf|gif|jpg|png|css|xml)$ index.php
</IfModule>
<IfModule mod_php5.c>
##################################
## Disable magic quotes
php_value magic_quotes_gpc off
##################################
## Description
# php_flag zlib.output_compression on
</IfModule>
Files
