mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-19 22:53:03 +05:30
(feat): implemented basic url router and updated server .htaccess config
This commit is contained in:
4
htdocs/.htaccess
Normal file
4
htdocs/.htaccess
Normal file
@@ -0,0 +1,4 @@
|
||||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^(.+)$ index.php?url=$1[QSA,L]
|
||||
Reference in New Issue
Block a user