Almost every other CMS, including wordpress and mediawiki for example, works without any rewrites, then allows the user to customise the URL format if necessary. This is how oxwall should work as it is the De facto standard in 2015
Almost every other CMS, including wordpress and mediawiki for example, works without any rewrites, then allows the user to customise the URL format if necessary. This is how oxwall should work as it is the De facto standard in 2015
Nothing should rely on a rule that is as generalistic as this in order to work
RewriteRule (.*) index.php
For example, mediawiki works without an .htaccess file. If one wants to, one can then customise the URL format with htaccess, but this is optional.
If I were to delete my oxwall .htaccess file, oxwall would die. What I am saying is that oxwall should follow modern standards and not rely on htaccess and certainly not rely on rules that make it very difficult to use oxwall alongside something else.