Microsoft
Software
Hardware
Network
Question : redirect all to /
hi all
I need a quick and easy why to redirect all traffic to my site to the index page (ie /). how can a best do this with the .htaccess.
Ww
Answer : redirect all to /
Yes:
RewriteEngine on
RewriteCond %{REQUEST_URI} ! ^/index.php$ [NC]
RewriteCond %{REQUEST_URI} \.(html?|php)$ [NC]
RewriteRule .* /index.php
Random Solutions
Function in excel
Columns cannot convert between unicode and non-unicode string data types.
Filemaker Pro Summary Report - Obtraining Fractions from Summary Field
UC540 newbie here cannot get UC540 to answer
Best FREE Visio Automated Network Drawing Tool?
Training Path
Flag duplicate record
Mysql LIKE vs RLIKE
Java Servlet Parse JSON String
SSIS and variable issues