Posted - 12/06/2017 : 05:37:41
I'm testing my new responsive site but having problems.
I have the new responsive site in a new folder in the server root called public_html_NEW
I have the existing site in public_html
Then I just change folder names on the server to test the new site.
HERE'S THE PROBLEM
When I upload my files to public_html_NEW then change the name to public_html to test the page, the code changes like this...
THIS IS WHAT I UPLOAD FOR EXAMPLE
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, maximum-scale=1.0, minimum-scale=1.0, initial-scale=1"> <link href="Grab%20Bar%20Specialists_files/style.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="Grab%20Bar%20Specialists_files/html5.js"></script> <script type="text/javascript" src="Grab%20Bar%20Specialists_files/jquery.js"></script><!-- jQuery --> <link href="Grab%20Bar%20Specialists_files/css.css" rel="stylesheet" type="text/css"> <link href="Grab%20Bar%20Specialists_files/ectcart.css" rel="stylesheet" type="text/css">
<!-- #BeginEditable "head" -->
THIS IS WHAT I VIEW IN PAGE SOURCE WHEN I VIEW IT IN BROWSER
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, maximum-scale=1.0, minimum-scale=1.0, initial-scale=1"> <link href="Grab%20Bar%20Specialists_files/style.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="Grab%20Bar%20Specialists_files/html5.js"></script> <script type="text/javascript" src="Grab%20Bar%20Specialists_files/jquery.js"></script><!-- jQuery --> <link href="Grab%20Bar%20Specialists_files/css.css" rel="stylesheet" type="text/css"> <link href="Grab%20Bar%20Specialists_files/ectcart.css" rel="stylesheet" type="text/css">
<!-- #BeginEditable "head" -->
WHY IS IT ADDING THE FOLLOWING WHEN I VIEW SOURCE?
Grab%20Bar%20Specialists_files
|