change the main aplication url

Hello,

I have a problem with Yii framework I’m new and migrate an entire application from one domain to another , all you did was copy the source files to the new domain and part graphic works but the functionality of the application does not work and this is the Error I get , I hope someone can help me

" The URL provided is not allowed by the application configuration .: One or more of the URLs provided are not permitted by the configuration of the application. They must match the website URL or the URL of the home page application or domain should be a subdomain of one of the application domains "

Thank you

<email removed>

And that URL is where?

In the htaccess?

Should not normally be a problem.

This is my .htcacces file

Options +FollowSymLinks

IndexIgnore /

<IfModule mod_rewrite.c>

RewriteEngine on





RewriteCond %{REQUEST_FILENAME} &#33;-f


RewriteCond %{REQUEST_FILENAME} &#33;-d





Redirect 301 cp/(.+)/(.+)/(.+) /campaigns


RewriteRule . index.php

</IfModule>

and in the .htacces into the protected folder is deny from all

at root

I have a feeling that it is that redirect rule that is the problem.

I am of no use because I don’t know Apache well enough, but I think that a quick Google will make you able to fix it. :)

What happens when you comment out that particular line?

delete the line l redirect, but it did not work , follow the same mistake , can you help ?

where i can found the baseURL?

Is this a facebook app or you are using a facebook sign-in ?

This links can help you: