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
Copy and Paste using VBA based on criteria including concatenation
Php 500 internal server error received on website but not using xampp at home
SEO // Useful Tool-Assistance?
Can't Remote Desktop to Forefront TMG Server
PHP calling URL (which domain got me here?) PATH_INFO?
How do I lookup and insert the foreign key value into a table when passing a variable value from different column in the related table?
How can i setup IIS on windows server 2008
PXE-E55: ProxyDHCP service did not reply to request on port 4011 Using SCCM 2007
How can I prevent changes to web browser proxy settings?
Counting number of days between two dates using C#