rhildred/rhildred.github.io/master/.htaccess
RewriteEngine on RewriteCond %{REQUEST_URI}::$1 ^(.*?/)(.*)::2$ RewriteRule ^(.*)$ - [E=BASE:%1] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)$ %{ENV:BASE}/index.php/$1 [NC,L]
Files
