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