i need a help.already we have mode rewrite rule RewriteRule ^(.*).html$ index.php?set=$1 this rule change html url to php now in this i need to add a condition https redirect how with this existing cocan i add new feature.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
closed as not a real question by Scott Pack, rnxrx, Adrian, Michael Hampton♦, Iain Oct 14 '12 at 14:26
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Put this at the top of your file:
So it looks something like this
|
|||
|