Welcome Guest, Not a member yet? Register   Sign In
Page href Problem in menu bar
#5

(12-26-2014, 09:07 AM)Rufnex Wrote: Try this url localhost/basicsite/index.php/site/home

For proper urls you have to include a htacces in your document root like


PHP Code:
RewriteEngine on
RewriteBase 
/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond 
%{REQUEST_FILENAME} !-d
RewriteRule 
^(.*)$ index.php?/$[L

then you should be able to call your linke Try this url localhost/basicsite/site/home

Angel


Thanks ... Its Working ... but Mod_rewrite(htaccess) .. file copy from github.com but I dont know the what the use of htaccess file and how to create that file...?
Manikanta
Reply


Messages In This Thread
Page href Problem in menu bar - by Chandini - 12-26-2014, 03:12 AM
RE: Page href Problem in menu bar - by paju89 - 12-26-2014, 08:02 AM
RE: Page href Problem in menu bar - by Chandini - 12-26-2014, 11:22 PM
RE: Page href Problem in menu bar - by Rufnex - 12-26-2014, 09:07 AM
RE: Page href Problem in menu bar - by Chandini - 12-26-2014, 11:39 PM
RE: Page href Problem in menu bar - by Rufnex - 12-27-2014, 09:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB