Jump to content

Prestashop htaccess + nginx


Recommended Posts

Hi all!

 

My hosting work on apache2+nginx, i turn on the prestashop multi store and img not work.

 

help please convert ps htaccess to nginx.

 

 

RewriteCond %{HTTP_HOST} ^[b]site.com[/b]$
RewriteRule ^[b]new_world[/b]$ /[b]new_world[/b]/ [L,R]
RewriteCond %{HTTP_HOST} ^[b]site.com[/b]$
RewriteRule ^[b]new_world[/b]/(.*) /$1 [L]

 

PS: sorry for english

Edited by mulekula (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...