Marijn button #99

Merged
11166932 merged 152 commits from marijn-button into master 2017-01-23 13:25:08 +01:00
Showing only changes of commit adb7f2f37d - Show all commits

View File

@@ -1,14 +1,14 @@
#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]
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]