![]() |
in webserver the anchor tag is not working - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: in webserver the anchor tag is not working (/showthread.php?tid=15954) |
in webserver the anchor tag is not working - El Forum - 02-20-2009 [eluser]ganesh_tavva[/eluser] Hai in webserver.i changed it to $config['uri_protocol'] = "REQUEST_URI" and In my .htacccess file Options +FollowSymLinks RewriteEngine on RewriteCond $1 !^(index\.php|images|ez_user_guide|css|_js|uploads|robots\.txt) RewriteRule ^(.*)$ /~danielerrante/ezauth/index.php/$1 [L] http://www.webladdu.com/ganesh-practice/ezauth/index.php/mystore is working it displays homepage of ezauth.once when i click link to create an account The requested URL /ganesh-practice/ezauth/mystore/register was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache/1.3.33 Server at www.webladdu.com Port 80 |