[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] Apache2 RewriteRule?



> The main site is http://www.site.com/app  but we do have some people
> who book mark /app/index and other variations but for a 'maintenance'
> page I need to be able to send it all to /index.html.  I'm obviously
> doing something wrong when firefox complains about an infinite loop
> I'm doing something stupid...
> 
> RewriteRule   ^/.*$   /index.html   [L,R]

http://tinyurl.com/33ogd8a ;)

G