php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on
php_value  upload_max_filesize  8M
php_value register_globals 1

php_value date.timezone "Asia/Taipei"

#ErrorDocument 404 /notfound.html

 RewriteEngine On
 RewriteBase /camera_shop/

 RewriteRule ^\$ /camera_shop/index.php 
 RewriteRule ^(.*)$ index.php?menu=$1  [L,QSA]
# RewriteRule ^(.*)$ /camera_shop/index.php?menu=$1  [L,QSA] 
# RewriteRule ^(.*)\.html$ /u/index.php?menu=$1  [L,QSA] 
          
