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

Delphi change the assembly code of a running process -

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

C++ 11 "class" keyword -