Actually there is no need to add index.php on URL. Because it automatically loads the content of index. php
or rewrite the url using htaccess
RewriteRule ^(.*)$ http://www.domain.com/index.php/$1 [R=301,L]
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.