We have a new project “domen.com”, which will work on the codeigniter php framework and the lighttpd web server. Task: make beautiful CNC work
CNC support is in CI, but it looks like this: domen.com/index.php/blog/about/ ')
Domain directory structure (see picture): - css - style directory - img - directory with images - system - directory with CI
And now in detail: "^(.*)$" => "index.php/$1" - all requests will be redirected to the file index.php example: domen.com/blog/about/ => domen.com/index.php/blog/about/
Requests like domen.com/css/style.css and domen.com/img/pink.jpg will not be redirected