php - Change base url in codeigniter, issue wampserver? -



php - Change base url in codeigniter, issue wampserver? -

i have codeigniter project.

i using wampserver, index page working fine.

i changed base of operations url

http://localhost:8027/test_proj/04_04/

in config file keeps redirecting

http://localhost:8027/index.php/magazine/add

the base of operations directory, doing wrong ?

php codeigniter wampserver configure

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -