#check 'AllowOverride All' inside /etc/apache2/apache2.conf , #rewriterule to access the end points from url RewriteEngine on RewriteRule ^([a-z]+)\/([a-z]+)\/?$ $1.php?service=$2 [NC]