diff --git a/public/.htaccess b/public/.htaccess index abac3cb..49a7343 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -15,7 +15,7 @@ Options -Indexes # change the following line to match the subfolder you need. # http://httpd.apache.org/docs/current/mod/mod_rewrite.html#rewritebase # RewriteBase / - + RewriteBase /cmod/ # Redirect Trailing Slashes... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} (.+)/$ @@ -31,7 +31,7 @@ Options -Indexes # request to the front controller, index.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d - RewriteRule ^([\s\S]*)$ index.php/$1 [L,NC,QSA] + RewriteRule ^([\s\S]*)$ index.php?/$1 [L,NC,QSA] # Ensure Authorization header is passed along RewriteCond %{HTTP:Authorization} . diff --git a/public/test.html b/public/test.html new file mode 100644 index 0000000..7e316da --- /dev/null +++ b/public/test.html @@ -0,0 +1,14 @@ +
+ _______                                       __           
+/       |                                     /  |          
+$$$$$$$/    ______    ______   _______    ____$$ |  ______  
+$$ |____   /      \  /      \ /       \  /    $$ | /      \ 
+$$      \ /$$$$$$  | $$$$$$  |$$$$$$$  |/$$$$$$$ | $$$$$$  |
+$$$$$$$  |$$ |  $$ | /    $$ |$$ |  $$ |$$ |  $$ | /    $$ |
+/  \__$$ |$$ |__$$ |/$$$$$$$ |$$ |  $$ |$$ \__$$ |/$$$$$$$ |
+$$    $$/ $$    $$/ $$    $$ |$$ |  $$ |$$    $$ |$$    $$ |
+ $$$$$$/  $$$$$$$/   $$$$$$$/ $$/   $$/  $$$$$$$/  $$$$$$$/ 
+          $$ |                                              
+          $$ |                                              
+          $$/                                               
+
\ No newline at end of file