ThishaniLucas/longtimenosee.github.io/master/.htaccess - Htaccess File

ThishaniLucas/longtimenosee.github.io/master/.htaccess

ErrorDocument 404 http://localhost/SocialNetworkingApp/404.php

IndexIgnore *

#RewriteEngine On

# Unless directory, remove trailing slash

#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^([^/]+)/$ http://example.com/folder/$1 [R=301,L]

# Redirect external .php requests to extensionless url
#RewriteCond %{THE_REQUEST} ^(.+).php([#?][^ ]*)? HTTP/
#RewriteRule ^(.+).php$ http://example.com/folder/$1 [R=301,L]

# Resolve .php file for extensionless php urls
#RewriteRule ^([^/.]+)$ $1.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, THE_REQUEST

Comments

Apache