Hello there. I am willing to get an advice about my issue. I am currently creating the website for our company. Actually it is already created at https://graslrwa.com, but officially it would be https://graslrwa.at. Now this site is still redirected to other site, until this one is working on subdomain graslrwa.at/graslrwa_drupal . This run on subdomain is the issue. What I did so far was to upload current (from .com) database and I copied everything to new webhosting with f.e. disabled module captcha in order to be able to login without any graphic task to do. So without any css reachable, I added in settings.php a baseurl subdomain path.
This made this site css working half way - some module stored pictures, as webform, core logo path... are displaying css images and the whole css styling is also working,
but ALL CSS IMAGES, that their path is in css style sheet defined, f.e. as:
background-image: url("/sites/default/files/Rspiral 77.png"), url("/sites/default/files/22L3.JPEG");
background-size: 77px 77px, 100%;
background-position: 100% 100%, 50% 50%;
background-repeat: no-repeat;
position: relative;
ARE NOT working and defined HTML url path to links is also not working.
If I change the url in css style to
background-image: url("/graslrwa_drupal/sites/default/files/Rspiral 77.png"), url("/graslrwa_drupal/sites/default/files/22L3.JPEG");
then it works. I tried few things in .htaccess-root/files and settings.php, but I couldnt get there. Also relative path in css styling didnt work, f.e. url("../ or any other modification. File system in drupal admin is set to sites/default/files and relative not working. Also, change of url patterns in administration didnt work.
Moreover, all links relatively defined (over the menu with nodes, footer links ...) are working, but html links manually assembled are not. If I add /graslrwa_drupal/ within a link as for subdomain path, then it works. If i rewrite html links with relative path ../ or ./, they are working, but my javascript effect associated to html stop working.
I will be grateful for any advice, that would make it work.
Comments