From ef2649f4197ffb2bad3510543e0881dea2cc982c Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 15 Jan 2013 14:48:53 -0800 Subject: [PATCH] Updated help-text to mention index.php instead of rewrite.php --- e107_languages/English/admin/lan_eurl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_languages/English/admin/lan_eurl.php b/e107_languages/English/admin/lan_eurl.php index 106900f7d..463f6a998 100644 --- a/e107_languages/English/admin/lan_eurl.php +++ b/e107_languages/English/admin/lan_eurl.php @@ -56,7 +56,7 @@ define("LAN_EURL_SETTINGS_SEFTRTYPE_PLUSL", "plus+separator+to+lower+case"); define("LAN_EURL_SETTINGS_SEFTRTYPE_PLUSC", "Plus+Separator+To+Camel+Case"); define("LAN_EURL_SETTINGS_SEFTRTYPE_PLUS", "Plus+separator+with+no+case+CHANGE"); -define("LAN_EURL_MODREWR_DESCR", "Removes entry script file name (rewrite.php) from your URLs. You'll need mod_rewrite installed and running on your server (Apache Web Server). After enabling this setting go to your site root folder, rename htaccess.txt to .htaccess and modifgy "RewriteBase" Directive if required."); +define("LAN_EURL_MODREWR_DESCR", "Removes entry script file name (index.php/) from your URLs. You'll need mod_rewrite installed and running on your server (Apache Web Server). After enabling this setting go to your site root folder, rename htaccess.txt to .htaccess and modifgy "RewriteBase" Directive if required."); // navigation define("LAN_EURL_MENU", "Site URLs");