Tagged Questions
2
votes
1answer
94 views
Removing file extensions off the url
I am looking for a way to remove the extensions off the end of the Url. So say for example www.example.com/about.html. This would change to www.example.com/about
I've looked around and searched for ...
1
vote
1answer
580 views
Redirecting a subdomain to an HTTPS website
I need to redirect a subdomain on my website to a third party HTTPS website. We have our website hosted on GoDaddy and I tried their subdomain forwarding mechanism but that didn't work. That's when I ...
0
votes
3answers
274 views
“Index of …” directory's files listing
On my courses we've got homework on site in folders such as:
http://example.com/files/tasks1-edc34rtgfds
http://example.com/files/tasks2-0bg454fgerg
http://example.com/files/tasks3-h1dlkjiojo8
...
...
2
votes
1answer
420 views
CMS Made Simple: Why does home page return a 404 under www subdomain?
Anyone know why my homepage wont load with the www prefix.
Links such as
www.mysite.net/about-us
will load fine
but
www.mysite.net
returns a 404.
Everypage works including the home page if I ...
3
votes
1answer
115 views
JS and CSS caching issue: possibly .htaccess related
I've been using the HTML5 Boilerplate for some web projects for a while now and have noticed the following issue cropping up on some sites.
My CSS and JS files, when loaded by the browser, are being ...
1
vote
1answer
128 views
Redirects in .htaccess to avoid crawl errors
I am getting a lot of errors in Webmaster Tools and basically there's a lot of links ending like this: mydomainname.com/links.php
How can I redirect these links, to shave off this part at the end? ...