How to do?
RewriteRule ^page/(.*)$ index.php?cstart=$1 [L]
Not okay!
It is necessary to register index.php.
Try this:
Redirect permanent / /index.php
site.ru/panel2/
site.ru/panel2/index.php
Source: https://ru.stackoverflow.com/questions/18881/More articles:Problem with connecting to the databaseWhat should a python web developer know? [closed]How to pull out with DLE $ tpl-> setConvert to linkWriting your own service (Service) in AndroidHow to enter commands in Emacs?Running javascript code when resizing browser windowSocket server scriptHow to open Vim text editor in a separate window?Why is there such a small tab in emacs (2 spaces) and how to increase it?All Articles