Mobile app version of vmapp.org
Login or Join
Murray432

: You need to exclude the target you are redirecting too: RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !(.png|.jpg|.gif|.jpeg|.bmp|.css|.js)$ RewriteCond !=index.php RewriteRule ^(.*) index.php

@Murray432

You need to exclude the target you are redirecting too:

RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !(.png|.jpg|.gif|.jpeg|.bmp|.css|.js)$
RewriteCond !=index.php
RewriteRule ^(.*) index.php

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Murray432

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme