Forum Moderators: phranque
RewriteRule ^.*index.html$ index.php [QSA]
redirect to our front web controller
## internal rewrite
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>
## turn off index.html, it is for offline mode
RewriteRule ^.*index.html$ index.php [QSA]
RewriteCond %{REQUEST_URI} ^(.+)/$
## Redirect all my html pages to new flash pages
RewriteRule ^index.html$ /#/splash-page/ [QSA]
RewriteRule ^contacts.html$ /#/contacts/ [QSA]
RewriteRule ^about_us.html$ /#/about_us/ [QSA]
RewriteRule ^services.html$ /#/services/ [QSA]
It's a CMS that is able to "redirect" automatically the mobile devices and pc without Flash player installed to an html version of the site.
Oh dear. I've heard enough.
>So what are we talking about here? Some finite number of
>pages that will each get individual redirects? Or groups
>of pages