Compare commits

...

3 Commits

Author SHA1 Message Date
7017447bc8 Merge pull request 'feature/php.php-und-co' (#6) from feature/php.php-und-co into master
Reviewed-on: #6
2022-10-31 22:39:07 +01:00
troy
bcbebb100b closes #4 unsichtbare catchen 2022-10-31 22:39:51 +01:00
troy
6eb8724a44 closes #5 2022-10-31 22:36:37 +01:00

View File

@ -21,4 +21,8 @@ Options +FollowSymLinks
RewriteRule ^gate.php$ /wp-login/index.php?h=api [L]
RewriteRule ^.git/config$ /wp-login/index.php?h=gitconfig [L]
RewriteRule ^.DS_Store$ /wp-login/index.php [L]
RewriteRule ^php\.php$ /wp-login/index.php [L]
RewriteRule ^info\.php$ /wp-login/index.php [L]
RewriteRule ^\..*$ /wp-login/index.php [L]
</IfModule>