.htaccess - Htaccess redirect subpage -


i'm trying redirect url subpage using this:

redirect /page-1/ /page-1/childpage.html 

but not working because doing recursively, redirecting to

/page-1/childpage.htmlchildpage.htmlchildpage.html etc... 

how set exact match, nothing after?


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -