Skip to content

Instantly share code, notes, and snippets.

View MohammedTal3at's full-sized avatar
🏠
Working from home

Mohamed Talaat MohammedTal3at

🏠
Working from home
View GitHub Profile
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^ ^$1 [N]