I used the secure and unsecure web features in the Magento Admin and changed them to point to my web address as soon as I saved it- I was kicked out of the Admin database and I can no longer even get to it to log in. This is the error message I receive:
There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: 202709762772
This is after I used this method to try and correct the error:
Visit your local.XML which will be in app/etc
Find:
<admin>
<routers>
<adminhtml>
<args>
<frontName><![CDATA[admin]]></frontName>
</args>
</adminhtml>
</routers>
</admin>
The [admin] section will be your URL.
Can anyone help? My site is finished and ready to go live but I can't even get to the Magento login page.
Thanks!