I am new to mod_rewrite, but I need to redirect
to
I tried this in htaccess in the /chf directory:
Any help is welcome! TIA
Apache: 2.0.52 | MySQL: 4.1.20 | PHP: 4.3.9 | MS Access 2002 | WinXP SP2
to
I tried this in htaccess in the /chf directory:
Code:
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^grantcal\.php\?v\=day\&d\=([0-9-]+)$ [URL unfurl="true"]http://www.mysite.com/chf/index.php?mod=grantcalday&d=$1[/URL] [R=301,L]
Any help is welcome! TIA
Apache: 2.0.52 | MySQL: 4.1.20 | PHP: 4.3.9 | MS Access 2002 | WinXP SP2