n0x073
Results
1
issues of
n0x073
There is an easier way to configure apache instead use rewrite: ``` DirectoryIndex /index.php FallbackResource /index.php ``` DirectoryIndex can be normally omitted if the file is called index.php The advantage...