Compare commits
18 Commits
Author | SHA1 | Date |
---|---|---|
Daniel Berteaud | 7b6cbbffac | 8 years ago |
Daniel Berteaud | 7399d228c6 | 8 years ago |
Daniel Berteaud | 96457a300d | 8 years ago |
Daniel Berteaud | 6e9820bfd6 | 8 years ago |
Daniel Berteaud | 152c1d08f1 | 8 years ago |
Daniel Berteaud | 29f2690d33 | 8 years ago |
Daniel Berteaud | 6fc63e7980 | 8 years ago |
Daniel Berteaud | 82c7e91444 | 9 years ago |
Daniel Berteaud | 6c2188e568 | 9 years ago |
Daniel Berteaud | 7812574a48 | 9 years ago |
Daniel Berteaud | f5e615f5f4 | 10 years ago |
Daniel Berteaud | 0d486971a0 | 10 years ago |
Daniel Berteaud | 9321182195 | 10 years ago |
Daniel Berteaud | 0d662b16e5 | 10 years ago |
Daniel Berteaud | b805a95afd | 11 years ago |
Daniel Berteaud | 46f288ba57 | 11 years ago |
Daniel Berteaud | 85cc0e73ef | 11 years ago |
Daniel Berteaud | c178946437 | 11 years ago |
6 changed files with 87 additions and 42 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