Welcome Guest, Not a member yet? Register   Sign In
login not working
#1

[eluser]Arivusudar[/eluser]
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
#2

[eluser]depthcharge[/eluser]
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! :-)
#3

[eluser]Arivusudar[/eluser]
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.
#4

[eluser]LifeSteala[/eluser]
Please try placing this code in your .htaccess file.

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

[eluser]Haloperidol[/eluser]
[quote author="Arivusudar" date="1246720726"]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.[/quote]

make this change in your config.php:

from:
Code:
$config['index_page'] = "index.php";

to:
Code:
$config['index_page'] = "";




Theme © iAndrew 2016 - Forum software by © MyBB