From 3772b59d10e3e86cf3e20a46a0509f8c57a16828 Mon Sep 17 00:00:00 2001 From: mahdahar <89adham@gmail.com> Date: Tue, 11 Nov 2025 15:24:52 +0700 Subject: [PATCH] Update Prod --- public/.htaccess | 4 ++-- public/test.html | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 public/test.html 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