Hi, I want to redirect every archive pages on my blog to new directories but I don't know how to mod rewrite in htaccess file.
It might not be possible to do this because I added extra date variable in the new url?
Hi, I want to redirect every archive pages on my blog to new directories but I don't know how to mod rewrite in htaccess file.
It might not be possible to do this because I added extra date variable in the new url?
Yes, unfortunately the new variable will cause a problem. If you can use the other parts to identify the missing value then you can use RewriteMap
to call a script to retrieve it for you, otherwise you are SOL.