tao-test/app/tao/install/checks/testRewrite/.htaccess

9 lines
132 B
ApacheConf
Raw Normal View History

2022-08-29 20:14:13 +02:00
Options +FollowSymLinks
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ working.php [L]
</IfModule>