I need an url to point to specific page in CMS-controlled site - eg www.mywebsite.com/example - how can i make the /example direct to the page? Tried inputting into the 'friendly url' box but no joy. Is it possible to do this within a CMS or will it have to be redirected via the folders?

use .htaccess

Options +FollowSymlinks
RewriteEngine on
RewriteRule ^$ index.php [L]
RewriteRule ^Index index.php [L]
RewriteRule ^Example example.php [L]
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.