RewriteEngine On
RewriteBase /
RewriteRule ^game/([^/]+)/?$ index.php?game_alias=$1 [L]
RewriteRule ^game/([a-zA-Z0-9-]+)/?$ game_details.php?alias=$1 [L]
RewriteRule ^([a-zA-Z0-9_-]+)$ gamedetail.php?gamealias=$1 [L,QSA]DirectoryIndex index.php
#RewriteRule ^index.php$ - [L]
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule . /index.php [L]

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “alt-php80” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-alt-php80 .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
