To use clean links like example.com/slug
, add the optional .htaccess
below or keep using ?c=slug
.
# .htaccess (Apache) RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([A-Za-z0-9\-_]+)$ index.php?c=$1 [L,QSA]
No links yet.