mahadirz/uniteninfo_php/master/.htaccess - Htaccess File

mahadirz/uniteninfo_php/master/.htaccess

# Webpanel
#Last Modified 09/10/2013
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /src/web-programming/UnitenInfo/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$   index.php?id=$1&%{QUERY_STRING} [L]
</IfModule>

#ErrorDocument 404 http://www.mahadirnetwork.com
#ErrorDocument 403 http://www.mahadirnetwork.com
Options -Indexes 

# END Webpanel

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING, REQUEST_FILENAME

Comments

Apache