Update Prod
This commit is contained in:
parent
77f15bfc94
commit
3772b59d10
@ -15,7 +15,7 @@ Options -Indexes
|
|||||||
# change the following line to match the subfolder you need.
|
# change the following line to match the subfolder you need.
|
||||||
# http://httpd.apache.org/docs/current/mod/mod_rewrite.html#rewritebase
|
# http://httpd.apache.org/docs/current/mod/mod_rewrite.html#rewritebase
|
||||||
# RewriteBase /
|
# RewriteBase /
|
||||||
|
RewriteBase /cmod/
|
||||||
# Redirect Trailing Slashes...
|
# Redirect Trailing Slashes...
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
RewriteCond %{REQUEST_URI} (.+)/$
|
RewriteCond %{REQUEST_URI} (.+)/$
|
||||||
@ -31,7 +31,7 @@ Options -Indexes
|
|||||||
# request to the front controller, index.php
|
# request to the front controller, index.php
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
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
|
# Ensure Authorization header is passed along
|
||||||
RewriteCond %{HTTP:Authorization} .
|
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