New Posts
  • Login:

Search:

Type: Posts; User: ih82lose

Search: Search took 0.06 seconds.

  1. Replies
    7
    Views
    888

    It would rewrite all "example.com/blog/xxx" to...

    It would rewrite all "example.com/blog/xxx" to "example.com/xxx"

    RewriteRule ^blog/(.*)$ /$1 [R=301,NC,L]

    "^blog/(.*)$" part finds the blog folder URLS
    "/$1" part repeats the slug after the...
  2. Replies
    7
    Views
    888

    Something like this might work, but I didnt test...

    Something like this might work, but I didnt test it:

    RewriteRule ^blog/(.*)$ /$1 [R=301,NC,L]
Results 1 to 2 of 2
Powered by vBulletin® Version 4.1.5
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.
SEO by vBSEO 3.6.0