Rename About Us Page

I am making a new page by copying (and by renaming) the About Us page, I do understand I can make a new page using the Page Builder but I do not want the it with www,mydomain.co.uk/page/ (page/cookies) I just want www,mydomain.co.uk/cookies (/cookies) as my return link to www,mydomain.co.uk/index.php sometimes (only sometimes) comes up www,mydomain.co.uk/page/index.php stating page not found.

What should I change the code below in blue to complete this

$_page['name_index']    = 0;
$_page['css_name']        = 'about_us.css'

 

// --------------- page variables and login

$_page['name_index']    = 0;
$_page['css_name']        = 'about_us.css';

check_logged();
$_page['header'] = _t( "_COOKIE_POLICY_H" );
$_page['header_text'] = _t('_Cookie Policy');
//$_page['header'] = _t( "_ABOUT_US_H" );
//$_page['header_text'] = _t('_About Us');

 

Thank you in advance

Quote · 2 Feb 2014

Why don't you use a modrewrite rule in your .htaccess file?

Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information
Quote · 2 Feb 2014

 Thank you Denre - you are always a star.

Why don't you use a modrewrite rule in your .htaccess file?

 Could you please give me an example of the rule required and direction as to where exactly to place it in the .htaccess

Quote · 2 Feb 2014

Have a look at your current .htaccess file. There are many lines already there that do the same for different pages.

If that doesn't make sence to you, let me know!

Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information
Quote · 2 Feb 2014

So you first redirect pages/* to / then rewrite them back.

Can you tell why you want it in /?

Quote · 2 Feb 2014

 

So you first redirect pages/* to / then rewrite them back.

Can you tell why you want it in /?

 No you don't. You rewrite the page to the pages module and not to another rewrite rule.

There can be many reasons to put it in the root. For example importance and/or your SEO score.

Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information
Quote · 2 Feb 2014

But dolphin still has the page/* links everywhere which you need to redirect first.

And don't come with that 'SEO' crap.

Quote · 2 Feb 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.