.htaccess - htaccess How to generate links with missing path element -


some of generated links have missing path element:

/channels/all//top_rated/yesterday/1&timing=time 

while correct path should be

/channels/all/all/top_rated/yesterday/1&timing=time 

how can insert "all" part in url when missing?

thank you.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -