Welcome Guest, Not a member yet? Register   Sign In
How to use codeigniter in dreamweaver cs5 . and WAMP server.... Plz help me
#10

[eluser]CroNiX[/eluser]
[quote author="josepichu" date="1338900462"]

if you CI install is located in C:\wamp\www\bashi, your config base url must be:

Code:
$config['base_url']= 'http://localhost/bashi';

anyway, post your .htaccess[/quote]

base_url always gets a trailing slash (as the comments for it say in the config)
Code:
$config['base_url']= 'http://localhost/bashi/';


Messages In This Thread
How to use codeigniter in dreamweaver cs5 . and WAMP server.... Plz help me - by El Forum - 06-05-2012, 11:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB