Server : Apache/2.4.41 (Ubuntu) System : Linux cloudappdb1.servicesdev.com 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64 User : webuser ( 1000) PHP Version : 8.1.31 Disable Function : NONE Directory : /var/www/websites/oshara.ca/public_html/ |
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>