Welcome Guest, Not a member yet? Register   Sign In
How to leaves old link - routing?
#9

[eluser]devastator[/eluser]
Yup i remove index.php with him

that is all my htaccess file

Code:
Options +FollowSymlinks -Indexes
RewriteEngine on
RewriteCond $1 !^(index\.php|images|css|robots\.txt|sitemap\.xml)
RewriteRule ^(.*)$ index.php/$1 [L]
RewriteRule ^article.php?id=(.*)$ /article/index/$1 [NC,L]

I think it's need to edit routes.php file and i set this
Code:
$route['article.php?id=(:num)'] = "article/index/$1";
and in config.php i set this
Code:
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-';
to this
Code:
$config['permitted_uri_chars'] = '';
and STILL i get 404 page not found O_O

in log file i get this
Code:
DEBUG - 2010-02-21 03:31:12 --> Config Class Initialized
DEBUG - 2010-02-21 03:31:12 --> Hooks Class Initialized
DEBUG - 2010-02-21 03:31:12 --> URI Class Initialized
ERROR - 2010-02-21 03:31:12 --> 404 Page Not Found --> id


Messages In This Thread
How to leaves old link - routing? - by El Forum - 02-13-2010, 03:46 PM
How to leaves old link - routing? - by El Forum - 02-13-2010, 07:28 PM
How to leaves old link - routing? - by El Forum - 02-14-2010, 12:34 AM
How to leaves old link - routing? - by El Forum - 02-14-2010, 07:19 AM
How to leaves old link - routing? - by El Forum - 02-18-2010, 06:25 PM
How to leaves old link - routing? - by El Forum - 02-19-2010, 04:41 AM
How to leaves old link - routing? - by El Forum - 02-19-2010, 12:16 PM
How to leaves old link - routing? - by El Forum - 02-20-2010, 11:52 AM
How to leaves old link - routing? - by El Forum - 02-20-2010, 07:00 PM
How to leaves old link - routing? - by El Forum - 02-22-2010, 04:33 AM
How to leaves old link - routing? - by El Forum - 02-27-2010, 12:02 PM
How to leaves old link - routing? - by El Forum - 03-01-2010, 05:10 AM
How to leaves old link - routing? - by El Forum - 03-04-2010, 07:49 AM
How to leaves old link - routing? - by El Forum - 03-04-2010, 08:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB