.htaccess is not working on my server |
[eluser]sridhar2do[/eluser]
.htaccess is not working on my server i have did hole coding part but now without the index.php its not working please help me out. Its Unix server. Try 1 Code: RewriteEngine On http://www.testpage.com/test/index.php/pages/ It works fine http://www.testpage.com/test/pages/ 404 Page Not Found [from codeigniter 404 error] Try 2 Code: RewriteEngine On http://www.testpage.com/test/pages/ Code: 404: Page not found Try 3 Code: RewriteEngine On http://www.testpage.com/test/pages/ No input file specified. |
Messages In This Thread |
.htaccess is not working on my server - by El Forum - 12-04-2013, 03:53 AM
.htaccess is not working on my server - by El Forum - 12-04-2013, 05:00 AM
.htaccess is not working on my server - by El Forum - 12-04-2013, 09:10 AM
|