diff --git a/helloworld.htaccess b/helloworld.htaccess new file mode 100644 index 0000000..37acb38 --- /dev/null +++ b/helloworld.htaccess @@ -0,0 +1,5 @@ +RewriteEngine On +RewriteBase / +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule ^(.*)$ /index.php/$1 [L]