Skip to content

Commit 3f015dc

Browse files
authored
Merge pull request #40 from Koala/Hinweis_auf_YRewrite_Setup
Update install.php
2 parents b81032d + f8d091e commit 3f015dc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pages/install.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@
2222
$content = '<p>' . $this->i18n('install_description') . '</p>';
2323
$content .= '<p><button class="btn btn-send" type="submit" name="install" value="1"><i class="rex-icon fa-download"></i> ' . $this->i18n('install_button') . '</button></p>';
2424

25+
// Hinweis auf YRewrite / .htaccess
26+
$content .= '
27+
<p>
28+
Zum Abschluß der Installation muss durch YRewrite noch eine .htaccess-Datei im Root-Ordner erstellt werden. Dies erfolgt über das Setup des YRewrite-AddOns.
29+
</p>
30+
';
31+
$content .= '
32+
<p><a class="btn btn-primary" href="'.rex_url::backendPage('yrewrite/setup').'">YRewrite Setup aufrufen</a></p>
33+
';
34+
2535
$fragment = new rex_fragment();
2636
$fragment->setVar('title', $this->i18n('install_heading'), false);
2737
$fragment->setVar('body', $content, false);

0 commit comments

Comments
 (0)