turisesonia/samweb/master/.htaccess
#<IfModule authz_core_module> # Require all denied #</IfModule> #<IfModule !authz_core_module> # Deny from all #</IfModule> Order allow,deny Allow from all Options FollowSymLinks # 將 ReWrite engine 模式打開,預設是 off 的 RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L]
Files
