Welcome Guest, Not a member yet? Register   Sign In
Short URL
#1

[eluser]Unknown[/eluser]
Hi,

I want to write short url in case of form action, css files, js files
but when i use base_url and site_url it returns


Code:
<form action="http://localhost/ci/person/add" method="post" >

but i want it to appear like


Code:
<form action="/person/add" action="post" >


Please help how could i make it possible.

Thanks
#2

[eluser]Colin Williams[/eluser]
Set your base_url configuration to "/"




Theme © iAndrew 2016 - Forum software by © MyBB