Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
からの htaccess を使用してすべての受信リンクをリダイレクトしたい
/2011/05/16/xps-15z-dell-laesst-sich-vom-apple-macbook-inspirieren/
に
/xps-15z-dell-laesst-sich-vom-apple-macbook-inspirieren/
正規表現はどのように見えますか?
これでうまくいくはずです
RewriteRule ^/[0-9]+/[0-9]+/[0-9]+/(.*)/?$ /$1
それともこれでも
RewriteRule ^/\d+/\d+/\d+/(.*)/?$ /$1