Files
WebDB/website/public/.htaccess
2017-01-20 14:05:20 +01:00

14 lines
344 B
ApacheConf

#Options +FollowSymLinks
#RewriteEngine On
#
#ErrorDocument 404 /error404.jpg
#
#RewriteCond %{SCRIPT_FILENAME} !-d
#RewriteCond %{SCRIPT_FILENAME} !-f
#
## Resolve .php file for extensionless php urls
#RewriteRule ^([^/.]+)$ $1.php [L]
#
#RewriteRule ^([^/.]+)\/$ $1.php [L]
#
#RewriteRule ^profile/([A-z0-9]+)\/?$ profile.php?username=$1 [NC]