.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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -