Home  >  Q&A  >  body text

apache RewriteCond regular expression

RewriteCond %{REQUEST_URI} !^/topic This is the request url that does not start with /topic
So how to write a regular expression that does not start with album and mlog?
Thanks

ringa_leeringa_lee2734 days ago452

reply all(1)I'll reply

  • 世界只因有你

    世界只因有你2017-05-16 17:05:27

    ^(?!(?:album|mlog)).*
    

    reply
    0
  • Cancelreply