Re: how add RewriteRule .* index.php in nginx

2017-04-26 Thread Francis Daly
On Wed, Apr 26, 2017 at 10:22:20AM -0400, e.htabar wrote: Hi there, > how set add " RewriteRule .* index.php " in nginx.conf for subfolder ? You probably put the config in a suitable location{} block. What config do you have right now that does most of what you want? Do you "return" or

how add RewriteRule .* index.php in nginx

2017-04-26 Thread e.htabar
down vote favorite how set add " RewriteRule .* index.php " in nginx.conf for subfolder ? and dont redirect for root example: https://www.bidbarg.com/ (index.php redirect to none) https://www.bidbarg.com/bimeh/index.php/ (index.php needed) thank you Posted at Nginx Forum: