Regular expression
-
I imported a .htaccess file that works and tested https://htaccess.mwl.be/.
The regular expression has been created but the redirection isn’t done.Here is my .htaccess :
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^news-(.*?)\.html$ /$1 [L,R=301] </IfModule>
https://www.dropbox.com/s/66e2xhh8cl84i8j/Capture%20d%27%C3%A9cran%202016-06-30%2013.13.01.png?dl=0
Thank you
- The topic ‘Regular expression’ is closed to new replies.