- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
Onwer of Vectro, Inc.
23 Posted Topics
Re: Online stores can advertise on TV, but it is not as easy to measure the results with a TV ad as it is with Internet ads. | |
Can anyone suggest .htaccess code that will redirect https://domain.com to https://secure.domain.com ? | |
I need .htaccess code that will: Restrict a specific IP from a specific page. Allow that IP on any other pages but the restricted one. I already tried this and it does not work: <files submit.php> order allow,deny deny from 1.2.3. deny from 1.2. allow from all </files> Does anyone … | |
I need mod_security rules to prevent Googlebot from indexing any file named browse.php anywhere on the server, while still allowing Googlebot to access anything else. I figured mod_security will do the trick because it can recognize user-agents and set rules accordingly. Any ideas? | |
I use this as anti-hotlink protection for images. example.com is the domain which is allowed to hotlink images while all other domains are denied. This code also allows direct requests to image files using a browser's URL bar, but not hotlinking from another site. [code] RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ … | |
This is partially in reference to these threads: [url]http://forums.cpanel.net/f5/fastcgi-fcgid-php-ini-per-user-100133.html[/url] [url]http://forums.cpanel.net/f5/individual-php-ini-files-php-fcgi-php-cgi-160398.html[/url] I more or less followed the instructions there and I came up with the following settings: [b]/home/username/public_html/cgi-bin/php.fcgi[/b] [code] #!/bin/sh export PHP_FCGI_CHILDREN=1 export PHP_FCGI_MAX_REQUESTS=10 exec /usr/local/cpanel/cgi-sys/php5 [/code] [b]/usr/local/apache/conf/userdata/std/2/username/custom.conf[/b] [code] AddHandler php5-fastcgi .php Action php5-fastcgi /cgi-bin/php.fcgi [/code] [b]/usr/local/apache/conf/includes/pre_virtualhost_2.conf[/b] [code] Action php5-fastcgi /cgi-bin/php.fcgi … | |
I have a block of JavaScript code that is designed to be embedded into any web page. It displays a list of items from a database. In the .js file is actually a lot of PHP code within JavaScript. The problem: The cut-n-paste widget does not actually show up. It's … | |
I am using Joomla with the Ambra Subscriptions module to accept payments. When a new customer signs up and makes a payment, their account is not being automatically activated. I find myself having to activate every account manually after a new customer complains that they can't log in. Under 'Site … | |
One WordPress site on one of my servers is giving an incorrect HTTP response code when a page can not be found. On the end-user side, the user sees a custom 404 page. But on the web-server side Apache is giving a 200 or 300 response (not sure which one) … | |
Re: I'm not a coder so I don't understand your PHP code. However, I admin Apache and know that some scripts which use GD also use true type fonts. If that's the case, then both GD and TTF need to be compiled into Apache. Checking your logs is a good idea, … | |
I can't find a section related to .htaccess, so I'm posting this here. Bing is going crazy trying to index proxied pages from PHPRoxy. With Glype, it's easy to exclude browse.php in robots.txt. However, PHPRoxy doesn't use browse.php. It uses index.php. For example: /index.php?q=aHR0cDovL21pbmRjdHJs I know it's possible to include … | |
Re: [QUOTE=cscgal;1558201]Do you have a link to the article?[/QUOTE] I just found lots on Google ironically, lol [url]http://www.google.com/#sclient=psy&hl=en&biw=1019&bih=638&source=hp&q=Google+investigation&aq=f&aqi=g1g-v4&aql=&oq=&pbx=1&bav=on.2,or.r_gc.r_pw.&fp=c4b94ef403c105f7[/url] And this on The Toronto Star: [url]http://themes.thestar.com/article/0ctHfKxaZLcAL[/url] | |
Re: [QUOTE=pjh1985;1547144]I was wondering what should I be setting the chmod settings too? and is there anything else i can do to reduce the risk of this happening again.[/QUOTE] The problem with changing directory permissions is that they might cease to function properly on the web. For example, setting -x can … | |
Re: I use cPanel on all of my hosting servers and my private server. It has the most features and functionality. It has an interface for everyone; admins, resellers and end-users. It has been around longer than any other control panel, so the developers have had a lot of time to … | |
Re: The video won't really have any effect on pagerage. Although, you might have noticed that when Google spits out video results in the SERPs it usually lists YouTube videos at or near the top. The video alone will bring visitors and you can place the URL to your site in … | |
This is related to remote desktop over VNC. I'm not sure if this should be posted in the Desktop or Server section. I'm sure a mod will move this if necessary. In short, the problem is that CentOS 5 won't recognize PNG files. There are a few errors about it … | |
Re: I do manual submissions but I have been moving away from general directories and more towards niche directories which are relevant to my site. Google loves relevancy. | |
Re: I agree that to replace Google's contextual ads you would have to seek out relevant or similar businesses. Create the ad slots on your site ahead of time. Then place something like "Advertise Here" in each slot with a link going to a page explaining your ad services. On that … | |
Re: 1) Make sure your icon is a .ico file such as favicon.ico 2) Drop your icon in the root directory of your hosting account. 3) Add this code inside the <head> </head> tags of the pages you want it to show up on: [code]<link rel="shortcut icon" href="http://www.yoursite.com/favicon.ico" type="image/x-icon" />[/code] Optionally, … | |
Re: You might also want to do a pre-boot scan with Avast! Anti-Virus. Download it, do an update, then have it scan at reboot. This will scan your computer before Windows starts, which will allow it to remove infections that are "hooked" into system files. Also try ComboFix and sysclean [b]Avast:[/b] … | |
Re: Either make sure to add an allow rule for Internet Explorer to access that page, or just switch to the far less annoying Firefox browser. | |
Re: You would be better off becoming a reseller for a reputable merchant account provider. Then instead of just reselling accounts, you could actually add value by setting up the form and payment system for your users. I wouldn't get into processing the payments yourself if I were you. It is … | |
Re: If I were Pepsi, I would not want to be excluded while Coke gets an ad. Picking favorites would bug me. Selecting none of them means less advertising revenue. I would list both of them. If one complains, explain that you never agreed to an exclusive deal. |
The End.