: RewriteRule for URL Subdirectory Root Have not found this in my searches on SE. I need this scenario to work: • User visits someurl.com/news/folder or someurl.com/news/somefolder/, they get redirected
Have not found this in my searches on SE.
I need this scenario to work:
• User visits someurl.com/news/folder or someurl.com/news/somefolder/, they get redirected to someurl.com/somefolder.
• If the user visits JUST someurl.com/news or /news/, they are allowed through to visit /news.
Here is my current rule: RewriteRule ^news/(.*) / [NC,R=301,L]
How do I make it allow the second bullet point? First seems to work with no issues.
Thanks all!
POST UPDATE
I have got the code
RewriteCond %{REQUEST_URI} ^news
RewriteRule ^/news news/ [NC,L]
RewriteCond %{REQUEST_URI} ^/news/(.)$ RewriteRule ^news/(.) / [NC,R=301,L]
BUT - it doesn't allow me to go to the URL something.com/news/
Any thoughts?
More posts by @Kevin317
1 Comments
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.