Forum Moderators: phranque
[edited by: engine at 8:49 am (utc) on Jul 25, 2016]
[edit reason] please use example.com [/edit]
[edited by: not2easy at 8:16 pm (utc) on Sep 1, 2016]
[edit reason] Re-edited specifics [/edit]
RewriteRule ^images/(.+?)-a- photos/$1.jpg [NC,L]
RewriteRule ^images/(.+?)-a- $ photos/$1.jpg [L]
Shouldn't there be an end character in there ... the $ sign ?
RewriteCond %{HTTP_HOST} ^example.com$ [NC]
RewriteRule ^images/(.+)-a- photos/$1.jpg [L]
RewriteRule ^images/(.+?)-a-
^images/(\w+)-a-
RewriteCond %{HTTP_HOST} ^.example.com$ [NC]
RewriteCond %{HTTP_HOST} ^example\.com$ [NC]