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
jquery set value of hidden form field
PHP Statement that shows a percentage of a price
SQL Query help
Server does not boot
Trouble installing Panasonic Printer/Copier devices on SBS 2008
override err.raise?
SBS2008 migration to Windows 2008 Std
Mouse wheel action on scroller
How can I rotate a video?
Visual studio Team System