Merge branch 'main' of https://github.com/mikael-zakaria/gdc_cmod_v2
This commit is contained in:
commit
9217150b58
@ -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} .
|
||||
|
||||
14
public/test.html
Normal file
14
public/test.html
Normal file
@ -0,0 +1,14 @@
|
||||
<pre>
|
||||
_______ __
|
||||
/ | / |
|
||||
$$$$$$$/ ______ ______ _______ ____$$ | ______
|
||||
$$ |____ / \ / \ / \ / $$ | / \
|
||||
$$ \ /$$$$$$ | $$$$$$ |$$$$$$$ |/$$$$$$$ | $$$$$$ |
|
||||
$$$$$$$ |$$ | $$ | / $$ |$$ | $$ |$$ | $$ | / $$ |
|
||||
/ \__$$ |$$ |__$$ |/$$$$$$$ |$$ | $$ |$$ \__$$ |/$$$$$$$ |
|
||||
$$ $$/ $$ $$/ $$ $$ |$$ | $$ |$$ $$ |$$ $$ |
|
||||
$$$$$$/ $$$$$$$/ $$$$$$$/ $$/ $$/ $$$$$$$/ $$$$$$$/
|
||||
$$ |
|
||||
$$ |
|
||||
$$/
|
||||
</pre>
|
||||
Loading…
x
Reference in New Issue
Block a user