Skip to content
Snippets Groups Projects
root.htaccess 225 B
RewriteEngine on

RewriteRule ^$ lodspeakr/index.php [L]
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !.*/index.php$

RewriteRule ^(.+)$ lodspeakr/index.php?q=$1 [L]