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
Translate web site
Plug n Play/USB/Registry Nigtmare - I Need to regularly delete keys in order to "detect" my MP3 Player!
Windows Server 2008 - RAID storage > 2 Tb
How do I Tether the iPhone 4 with Vista?
Setup/Configure Outlook settings using group policy
DOS Batch Turnkey system for Win95
CX600 FLARE 2.05.600.5.007 - upgrade procedure to 2.19?
Setting up exchange
How do I check if a window is already open or give it focus using Flex/Flash
How do I connect to a Windows VPN server through a Cisco ASA 5505?