Awalkhan Posted August 22, 2022 Share Posted August 22, 2022 <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.php/$2/?page=$1 [L] </IfModule> Quote Link to comment https://forums.phpfreaks.com/topic/315222-php-login-operation-works-fine-in-localhost-but-not-on-live-godady-server/ Share on other sites More sharing options...
ginerjm Posted August 22, 2022 Share Posted August 22, 2022 And your question is? Where is this 'login'? And how is this related to a PHP forum other than your rewrite rules? Maybe you want to show us the index page that is calling the login function? Quote Link to comment https://forums.phpfreaks.com/topic/315222-php-login-operation-works-fine-in-localhost-but-not-on-live-godady-server/#findComment-1599683 Share on other sites More sharing options...
requinix Posted August 22, 2022 Share Posted August 22, 2022 (moved) Quote Link to comment https://forums.phpfreaks.com/topic/315222-php-login-operation-works-fine-in-localhost-but-not-on-live-godady-server/#findComment-1599684 Share on other sites More sharing options...
benanamen Posted August 22, 2022 Share Posted August 22, 2022 OP, before you post again, I highly recommend you read this page.http://www.catb.org/~esr/faqs/smart-questions.html Quote Link to comment https://forums.phpfreaks.com/topic/315222-php-login-operation-works-fine-in-localhost-but-not-on-live-godady-server/#findComment-1599685 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.