I am not a complete dummy but the url rewriting has me rather stumped. I want to do a simple redirect from one page:
http://mydomain/sixa/blog/weblog.pl to another
http://mydomain/sixa/strayvoltage/index.php?post=s1245016706
I tried doing this yesterday and when I finally got it to work I lost all my server side includes in the process.
I know this should be simple but I just don't understand the url rewriting very well.
Anyone care to help? This would be an external redirect correct? or internal?
Can you give me a step by step approach to each field entry?
enable rule= checked (right?)
case sensitive= checked (right?)
conditions= not sure what to put here. Right now it is Request URL
matches with= /sixa/blog/weblog.pl
Case sensitive= checked
Apply to subrequests= unchecked
If this rule matches=Perform an Internal Redirection
Redirect to= /sixa/strayvoltage/index.php?post=s1245016706
Append Query String= unchecked
Escape Redirection Location= unchecked
Next Action= Stop Action
This should be simple but I am not succeeding or when I do, I lose all the Server Side Includes on the whole site.
Regards,
Axis