By jpearls on
Hi all,
I have one site like school site. Its lively work now. I want this school site work locally But yet now its not work. Even I change database bath in setting.php file. Please Any one help me.....
My problem:
1. Site will be loaded But When i do login or click any menu even sub menu the page will be redirected to http://localhost/xampp/......
What happened here. please tell the solution for this .
Regards
Muthu
Comments
Clean-urls?
Do you have Clean URLs enabled on your local server? Try browsing to http://localhost/xampp/?q=admin/settings/clean-urls to check if it's on.
Thanks
Dear friend,
First i say thanks for you....Nobody reply me for this problem except u Actually this question posted by yesterday as well today also... ok fne....
Probelm:
http://localhost/works/drupal/ .....When i go this link i got show only index.php page.
I cant access my administration . When i put username and password after that press the login button It will redirect to http://localhost/xampp
This is my problem... First tell how can i access my admin mode.
Same issue
I´m having the same problem....any solutions??
Thanks
login
logging in won't work on your startpage (at least, it didn't for me), but you can log in on http://localhost/mysite?q=user
from there, you'll again be redirected to your xampp startpage, but nevermind, you're logged in. persist and go to http://localhost/mysite/?q=admin/settings/clean-urls where you can finally disable them and get on with the site.
There's a handbook page on how to set up xampp so as to allow clean url's as well, but I'm not sure if that page could solve this particular problem (I have configured xampp a long time ago, and now I'm running a drupal 6 testsite with clean URL's and this fresh copy of a drupal 5 livesite which gave me this problem and still doesn't accept clean URL's.)
To disable Clean-URL go to
To disable Clean-URL go to your database and run this sql (BACKUP BEFORE YOU DO IT) - change yourdatabase to your real one.
or manualy go to your database and find table variable and edit clean_url to
s:1:"0";Notice: Before it works you need to clear site cache!
Worked!!
Thanks!
Local host redirect to live server
Hi Guys..
I have site in live server with need some modification. So when i try to download the files and setup in the localhost in wamp.
It redirect to live server.
My Live site like https://www.felt.com
My local site like http://localhost/felt/ when i try this link its redirect to https://www.felt.com
Not sure what wrong. Please guide me ASAP
Thanks
Muthuraman
It looks like you're using an
It looks like you're using an SSL module. Disable it first before exporting the database.