Welcome Guest, Not a member yet? Register   Sign In
I WANT REMOVE index.php from ALL my url...
#5

[eluser]GioMBG[/eluser]
[quote author="Massaki" date="1386077147"]
Code:
$config['base_url'] = 'http://www.domain.com/application_name/';

Here in $config['base_url'] I can write what I x I want that anythink change,

Try to create a link like this:
Code:
echo anchor('controller/method', 'Link_text');

the controller default in config/routes work perfectly, if I need to recall some other controller (SURE TESTed 100 %) dosen't work and I retrive 404, BUT if I include index.php (I should NOT DO because in my config I have a blank $config['index_page'] ) I can load the script (incredible) but with the all kinds of errors possible regarding the http path of my includes css etc. because thay don't expect index.php...

The HTML code should be:
Code:
<a href="http://www.domain.com/application_name/controller/method">Link_text</a>
[/quote]
leave the index.php is THE PROBLEM that ci have to resolve, way that don't make exactly the opposit as:
if You want index.php in all your x urls because You're x set this configuration $config['see_index_in_all_your_uri'] = YES; ??

GioMBG


Messages In This Thread
I WANT REMOVE index.php from ALL my url... - by El Forum - 12-03-2013, 05:17 AM
I WANT REMOVE index.php from ALL my url... - by El Forum - 12-03-2013, 05:49 AM
I WANT REMOVE index.php from ALL my url... - by El Forum - 12-03-2013, 06:17 AM
I WANT REMOVE index.php from ALL my url... - by El Forum - 12-03-2013, 06:25 AM
I WANT REMOVE index.php from ALL my url... - by El Forum - 12-03-2013, 06:53 AM
I WANT REMOVE index.php from ALL my url... - by El Forum - 12-03-2013, 07:53 AM
I WANT REMOVE index.php from ALL my url... - by El Forum - 12-03-2013, 08:06 AM
I WANT REMOVE index.php from ALL my url... - by El Forum - 12-03-2013, 11:15 AM
I WANT REMOVE index.php from ALL my url... - by El Forum - 12-03-2013, 11:46 AM
I WANT REMOVE index.php from ALL my url... - by El Forum - 12-03-2013, 12:51 PM
I WANT REMOVE index.php from ALL my url... - by El Forum - 12-03-2013, 12:53 PM
I WANT REMOVE index.php from ALL my url... - by El Forum - 12-03-2013, 01:27 PM
I WANT REMOVE index.php from ALL my url... - by El Forum - 12-03-2013, 02:32 PM
I WANT REMOVE index.php from ALL my url... - by El Forum - 12-03-2013, 04:07 PM
I WANT REMOVE index.php from ALL my url... - by El Forum - 12-03-2013, 05:41 PM
I WANT REMOVE index.php from ALL my url... - by El Forum - 12-04-2013, 02:53 AM
I WANT REMOVE index.php from ALL my url... - by El Forum - 12-04-2013, 06:19 AM
I WANT REMOVE index.php from ALL my url... - by El Forum - 12-04-2013, 06:29 AM
I WANT REMOVE index.php from ALL my url... - by El Forum - 12-04-2013, 06:50 AM
I WANT REMOVE index.php from ALL my url... - by El Forum - 12-04-2013, 01:14 PM
I WANT REMOVE index.php from ALL my url... - by El Forum - 12-12-2013, 12:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB