php - Magento login page and register page doesnt charge error 500 -


hello have problem magento url login pages , register page, have changed on database table core_config_data default url new domain, makes problem because , cant enter login url pages , register here put live links, thanks! hope can me, dont know why doesnt work, need make other changes? http://masluzz.panamerik.net/customer/account/login

sara rewrite issue,if try using index.php http://masluzz.panamerik.net/index.php/customer/account/login open properly.

check htaccess rewite working or not add code in htaccess

<ifmodule mod_rewrite.c> rewriteengine on rewritebase / rewriterule ^index\.php$ - [l] rewritecond %{request_filename} !-f rewritecond %{request_filename} !-d rewriterule . /index.php [l] </ifmodule> 

more details how remove index.php urls?


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -