Harrmalik/get-lucid/master/.htaccess - Htaccess File

Harrmalik/get-lucid/master/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteBase /get-lucid/
  RewriteRule .(gif|jpg|png|css|ico|swf|js|inc.php|php)$ - [L]
  RewriteRule ^admin/(w+)(|/)$ admin.php?action=$1 [NC,L]
  RewriteRule ^admin/(w+)/([w-]+) admin.php?action=$1&url=$2 [NC,L]
  RewriteRule ^(w+)/?$ index.php?action=$1
  RewriteRule ^(w+)/([w-]+)/?$ index.php?action=$1&url=$2
  RewriteRule ^(w+)/([w-]+)/(w+) index.php?action=$1&url=$2&dream=$3
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache