'I can\' find or create an .htaccess
file in your root '.
'directory. PrettyURLs might not work properly, see the config panel.'
);
$lang['admin']['plugin']['submenu']['prettyurls'] = 'PrettyURLs Config';
$lang['admin']['plugin']['prettyurls'] = array(
'head' => 'PrettyURLs Configuration',
'description'=>'This raw editor let you edit your '.
'.htaccess
.',
'cantsave' => 'If file were writable you could edit it',
'submit' => 'Save'
);
$lang['admin']['plugin']['prettyurls']['msgs'] = array(
1 => '.htaccess saved successfully',
-1 => '.htaccess could not be saved (do you have writing permissions on '. BLOG_ROOT .'
)?'
);
?>