skip to Main Content

Homepage Forums Arcade Games Platform Requests for issues How to resolve some .htaccess configuration ?

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #5341
    admin
    Keymaster
    Up
    0
    Down
    ::

    DirectoryIndex index.php
    RewriteEngine on
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond $1 !^(index\.php|robots\.txt)
    RewriteRule ^(.*)$ index.php?/$1 [L]

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.
Back To Top