apache RewriteCond regular expression
ringa_lee
ringa_lee 2017-05-16 17:03:27
0
1
487

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_lee
ringa_lee

ringa_lee

reply all(1)
世界只因有你
^(?!(?:album|mlog)).*
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template