if the main /limesurvey alias is disabledtags/0.1.3_el5 0.1.3_el5
parent
85cc0e73ef
commit
46f288ba57
2 changed files with 15 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||||
|
<IfModule mod_rewrite.c> |
||||||
|
RewriteEngine on |
||||||
|
{ |
||||||
|
my $alias = $limesurvey{'AliasOnPrimary'} || 'enabled'; |
||||||
|
if ($alias ne 'disabled'){ |
||||||
|
$OUT .= " RewriteBase /limesurvey\n"; |
||||||
|
} |
||||||
|
else{ |
||||||
|
$OUT .= ''; |
||||||
|
} |
||||||
|
} |
||||||
|
RewriteCond %\{REQUEST_FILENAME\} !-f |
||||||
|
RewriteRule . index.php |
||||||
|
</IfModule> |
Loading…
Reference in new issue