Forum Moderators: phranque
My rules are working fine but I can still call the original URL with a direct request. I’d rather that this not be possible.
For example:
rewriteRule ^my_page /([0-9+])/$ my_page.php?p=$1 //works fine when I call www.mysite.com/my_page/1/
Is the solution to write another rule to direct the original URL to the redirect form? - i.e. my_page/1/
Jim