My site works fine on local side so I’m not sure if it is a linking issue basically I’m extremely confused. After a bit of googling it might be a redirect issue but I don’t understand how to fix it I’ve added the following rules to my .htaccess file:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (css/.*.css)$ /$1 [L]
Hoping that would fix the issue but it hasn’t.
My URL is: http://tigerpawsstuffedanimals.epizy.com/index.html
I’m using FileZilla to upload my files.
I’m happy to upload my files to a Dropbox if someone who actually understands what they’re doing can help me with my issue.
@AlexSpeer try with removing the .htaccess file and give me answer back tag me with @
@Bembqn Tried removing and it all stayed the same
hmm so you said that its working fine in localhost
Did you changed something while transfering it to the website ?
Try that
go to at your website
http://tigerpawsstuffedanimals.epizy.com/
then add the directory of the css file
example:
website.com/css/mycss.css
css/homeCSS.css
the page is not found are you sure that the file name of the css is correct?
@Bembqn I’m not quite sure what you mean by add the CSS to the directory? Do you mean I link it in my HTML file like this:
link rel=“stylesheet” href=“http://tigerpawsstuffedanimals.epizy.com/css/homecss.css”> or something else?
Yes i found your problem
you wrote css/homeCSS.css
instead of css/HomeCSS.css
you imported the wrong directory in the
I changed the link to be HomeCSS.css but after that change I’m getting sent to that default page even after reverting the changes I still get sent back to the default page
Did you check the article I posted here?
It was working fine (excluding the lack of css) a few hours ago so surely that can’t be the issue.
For me it works fine, so DNS propagation is the issue for you. Try to clear cookies and cache, edit the hosts file to override DNS settings or configure a faster DNS resolver.
For me works fine just change the head tag and to the other pages thats it
And then:
What browser are you viewing the site in? It’s only working for me in Edge even after clearing the cache in other browsers
I’m viewing the website on Google Chrome, just like some of the community guys here, and it works.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.