| Current Path : /opt/joomla-temp/ |
| Current File : //opt/joomla-temp/.htaccess |
Options +FollowSymLinks
RewriteEngine On
# 1. Prevent Joomla from redirecting itself internally
SetEnvIf X-Forwarded-Proto "https" HTTPS=on
# 2. Joomla Core SEF Section
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_URI} !^/index\.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [L]