Wrong URL′s on coding
-
Hi guys,
I’m not an expert, so I will try to be as much clear as possible. This morning I was checking the code on my web, by inspecting element with Chrome, as I am having a problem with my Google Analytics (but this is another funny story). When then I came across a few scripts on my footer, which I recognize the scripts from being part of a few plugins I installed. But the problem is that this are the few URL′s I found which I’m 99,9% sure are wrong:
/* <![CDATA[ */ var _wpcf7 = {"loaderUrl":"http:\/\/www.sophya.es\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","sending":"Enviando..."}; /* ]]> */
/* <![CDATA[ */ var wysijaAJAX = {"action":"wysija_ajax","controller":"subscribers","ajaxurl":"http:\/\/www.sophya.es\/wp-admin\/admin-ajax.php","loadingTrans":"Loading...","is_rtl":""}; var wysijaAJAX = {"action":"wysija_ajax","controller":"subscribers","ajaxurl":"http:\/\/www.sophya.es\/wp-admin\/admin-ajax.php","loadingTrans":"Cargando...","is_rtl":""}; /* ]]> */
I think I know the “reason” for them to be there, which is that I created this website myself working on another development server, and it where a real nightmare to move this template to the new domain, believe me… it wasn’t easy, but I finally made it. But… by all the attempts I did to move it one of them messed up a lot of the URL′s in my database with the exact same problem (” \/ instead of / “). I fixed them by doing a search and replace on data base, and everything LOOKS fine, but some of the ones you don′t SEE on the first look, are still there.
Now, I have no idea how to sort this out, and I don’t mean just to sort those 2 specific files/url′s , which I don’t have any idea how to, i mean try to find all the ones are broken over the whole site. I don’t even know where to look, as I looked at my database, and there is none.
Please please please help me!!!
- The topic ‘Wrong URL′s on coding’ is closed to new replies.