RewriteEngine On
RewriteBase /ibrahim/playnest/

# If the request is not for an existing file or folder
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

# Add .html extension automatically
RewriteRule ^([a-zA-Z0-9_-]+)$ $1.html [L]