I have created some rules for Apache and tested them in the .htaccess file and they have worked just fine. I copy them over to the main htconf file and put them inside the correct virtual host like I have done before but these rules aren't being applied.
Archives: Questions
What is the JPG-LARGE Image Type? Question
I just found one of these images and I have never heard of it before. What is it and what is the difference between a JPG-LARGE and a standard JPG image.
I need to reboot the phone into safe mode, how do you do this?
When creating a post using TinyMCE, the output contains the HTML doctype along with other HTML tags that I do not want. I only want the output to contain the content of the post that will be stored in the database and used on other pages of the website. Is there a way to make…
Should Varchar Length Be Kept Small? Question
Whats the point of the length when defining a varchar in an SQL DB? It seems to default to 255, is there any point in limiting this to something like 5, if I know it will never exceed this value?
I have been looking through lists of domains trying to find some good ones to buy, there are a LOT of them that are either expired or deleted. What is the difference between the two terms? Sounds like they would both mean the same thing.
Do Shortened URLs Pass Link Juice? Question
If i use tinyurls on social media and on other websites that redirect to my main website, do they pass juice and social signals over to the main website? I like using the tinyurls but I don't want to be sharing them all only to find that I am passing juice back to the tinyurl…
If you want to refresh the stats for a single social media profile, how do you do it? I can see that the follower counts in Jarvee are far lower than those on my actual social media profile.
I am trying to get the DNS records for a domain. All of the commands work to get the MX and other record types but when I try to use DNS_ALL I get the error "Error: dns_get_record(): Type '251721779' not supported". [apcode language="php"] $dnsres = dns_get_record ($domain, DNS_ALL); [/apcode] It seems like its an issue…