Hi, I've got a page URL of http://localhost:8888/pass.php?main=about-us but I want the URL to be just http://localhost:8888/about-us

How is this done? I've played around with a rewrite for .htaccess but doesn't seem to want to work.

RewriteEngine On
RewriteRule pass/(.*)$ pass.php?main=$1

Any help greatly appreciated.

RewriteRule (.*) pass.php?main=$1
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.