How can I send all traffic to a single index.php file regardless of path or domain? What is the fastest way to do this in nginx.conf? try_files?
Thanks for insight
|
How can I send all traffic to a single index.php file regardless of path or domain? What is the fastest way to do this in nginx.conf? try_files? Thanks for insight | |||
|
feedback
|
|
First answer that came to mind, i suppose you can put this wherever it benefits you the most. rewrite .* /index.php; | |||
feedback
|
| |||
|
feedback
|