MCQs > IT & Programming > Magento > How to redirect all admin pages in Magento to another domain and subdirectory?

Magento MCQs

How to redirect all admin pages in Magento to another domain and subdirectory?

Answer

Correct Answer: RewriteEngine On RewriteCond %{REQUEST_URI} !^/(media|skin|js)/ RewriteCond %{REQUEST_URI} !admin RewriteCond %{REQUEST_URI} !index.php [NC] RewriteRule ^ http://www.example.com/landing [R=302,L]

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Magento Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Magento Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it