Part of the EllisLab Network
   
 
login not working
Posted: 04 July 2009 05:37 AM   [ Ignore ]  
Summer Student
Total Posts:  16
Joined  06-20-2009

Hi,

I have using .htaccess for rewriting url. it contains working good in my localhost and when i login page giving username and password it working properly but am using webserver it is not working.. when i am login page it loading same file.. i have changed baseurl like http://vrecruit.noesys.net/ and my route file name “homepage” after login i have to show “home” page.. but page has been reloading.. wht can i do for this time

Profile
 
 
Posted: 04 July 2009 05:56 AM   [ Ignore ]   [ # 1 ]  
Grad Student
Avatar
Rank
Total Posts:  79
Joined  03-30-2008

Please explain, show a copy of your .htaccess and explain the problem or error in a little more clear detail, sorry but it really seems as though you wrote that question after drinking lots of beer, hicup! grin

Profile
 
 
Posted: 04 July 2009 06:18 AM   [ Ignore ]   [ # 2 ]  
Summer Student
Total Posts:  16
Joined  06-20-2009

hi..

i have some problem for login time..
when i login my page redirect page url displaying index.php in middle of my url. it display like http:/vrecruit.noesys.net/index.php/home i dont want to show like this. am using .htaccess file too.

Profile
 
 
Posted: 04 July 2009 06:46 AM   [ Ignore ]   [ # 3 ]  
Lab Assistant
RankRank
Total Posts:  106
Joined  08-21-2007

Please try placing this code in your .htaccess file.

RewriteEngine on
RewriteCond 
$!^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L] 
 Signature 

ATOMIC Web Hosting - Quality Shared & Reseller Web Hosting

Profile
 
 
Posted: 04 July 2009 04:15 PM   [ Ignore ]   [ # 4 ]  
Summer Student
Total Posts:  18
Joined  07-03-2009
Arivusudar - 04 July 2009 10:18 AM

hi..

i have some problem for login time..
when i login my page redirect page url displaying index.php in middle of my url. it display like http:/vrecruit.noesys.net/index.php/home i dont want to show like this. am using .htaccess file too.

make this change in your config.php:

from:

$config['index_page'"index.php"

to:

$config['index_page'""
Profile
 
 
   
 
 
‹‹ DOJO with CodeIgniter      My SQL Connection ››