Mobile app version of vmapp.org
Login or Join
Marchetta884

: Use it like this: Options +FollowSymLinks -MultiViews # Turn mod_rewrite on RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^(.*?/|)index.html$

@Marchetta884

Use it like this:

Options +FollowSymLinks -MultiViews
# Turn mod_rewrite on
RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.*?/|)index.html$ / [L,R=301,NC]

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Marchetta884

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme