Submit Your Article Forum Rules

Search:

Type: Posts; User: AciveLite2k; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    2,769

    IMO this statement is false. A DNS server can be...

    IMO this statement is false. A DNS server can be hosted anywhere and there are many 3rd party DNS companies that will host your DNS with control panels. A popular one that is free comes with Domains...
  2. Are your new pages similar to the old pages...

    Are your new pages similar to the old pages (content and keyword wise)?
  3. Replies
    28
    Views
    3,949

    IMO most SEO professionals use Googles engine as...

    IMO most SEO professionals use Googles engine as a guide because of it's popularity. However, a good SEO professional will provide you reports and result combinations for 3 - 5 popular search engines...
  4. Replies
    25
    Views
    2,994

    SEO in my opinion to manipulate SERPs to your...

    SEO in my opinion to manipulate SERPs to your advantage, but ethically. All the black hat stuff going around kills everything we do...
  5. Replies
    11
    Views
    1,835

    That is not always the case... The HTTP headers...

    That is not always the case... The HTTP headers sent to the server are dependent upon the browser. If for instance an individual is using Safari, and he/she sets the browser to "Private" mode, the...
  6. Replies
    18
    Views
    2,669

    I run into that a lot with customers... All you...

    I run into that a lot with customers... All you can do is educate them...:smile:
  7. Replies
    7
    Views
    882

    In that case option 2 would work, because x-cart...

    In that case option 2 would work, because x-cart is very dynamic, you can adjust the code to grab the URL, remove &partner=xxx then redirect... This way you could insert the code directly into...
  8. Replies
    11
    Views
    1,835

    Deepsand: I think chrisjumbo was referring to the...

    Deepsand: I think chrisjumbo was referring to the keyword referrals and organic search engine tracking that GA offers... GA is very useful when doing seo and understanding where your traffic is...
  9. Ahhhh ok I was confused. Thank you

    Ahhhh ok I was confused. Thank you
  10. Replies
    26
    Views
    7,977

    Those errors are caused by the browser... When...

    Those errors are caused by the browser... When you put HTTPS, the browser is going to look for a certificate, however in theory, before it gets a chance - it should redirect... If your getting...
  11. Replies
    26
    Views
    7,977

    Ahh.. I was assuming you wanted to disable SSL...

    Ahh.. I was assuming you wanted to disable SSL for security reasons, IE to a data server... In your case, I would leave port 443 enabled and simply use the redirect method you are using. The SSL cert...
  12. Replies
    7
    Views
    882

    Another idea is to not use .htaccess and use PHP...

    Another idea is to not use .htaccess and use PHP to do the actual Redirects?

    ie
    <?
    if (isset($_REQUEST['partner']) {
    header ('HTTP/1.1 301 Moved Permanently');
    header('Location:...
  13. Replies
    6
    Views
    3,507

    You could have a full forum in a sub-domain, then...

    You could have a full forum in a sub-domain, then do one of two things through your sites template...

    1. reformat the forums RSS feed so it can be placed in your side bar and look like it's part...
  14. Replies
    6
    Views
    2,457

    Did more research... Looks like they are going to...

    Did more research... Looks like they are going to push the Amazon Android Appstore... So if theres an app store, we will be able to create apps for the Kindle Fire.
    ...
  15. If this is shared hosting, they could be...

    If this is shared hosting, they could be exploiting on the server side through another site hosted on the server? that could be a possibility too...
  16. Replies
    26
    Views
    7,977

    May I ask why you want to disable port 443 if you...

    May I ask why you want to disable port 443 if you are redirecting?
  17. I did watch the video, It explains that there are...

    I did watch the video, It explains that there are no limits on how many pages in a domain can have redirects (i.e. www.url-1.com/index.html -> www.url-2.com/index.html, www.url-1.com/contact.html ->...
  18. Replies
    14
    Views
    4,903

    This error is caused by one of two things: 1....

    This error is caused by one of two things: 1. file is not found and did not get moved or 2. file was moved, but the permissions to the file don't allow PHP/Apache to read it.

    Check to see if the...
  19. 301 should not have limits

    301's should not have limits... I know the link backs to the original URL is valuable, but ethically, those links belong to the URL that you redirected to. If google still finds Links to URL A which...
  20. Google Plus button does not always show up, or makes site load slow...

    Does anyone have problems with the Google+ code snippet? Sometimes when pulling up a site we made, it will take forever for the Google+ button to show or it will not show at all. Particularly in...
  21. Replies
    4
    Views
    1,488

    We put Google+ on a site and it required the...

    We put Google+ on a site and it required the meta. When I joined G+ and looked at all the site's I have plus one'd, I noticed they match the meta tags. Does everyone see the same thing I do?
  22. Replies
    26
    Views
    7,977

    When you comment this out, Apache should not be...

    When you comment this out, Apache should not be listing to port 443 anymore. Because of that, the rule RewriteCond %{SERVER_PORT} 443 should not work because apache has already said the service is...
  23. May I suggest a cloud service, such as...

    May I suggest a cloud service, such as Rackspace/GigeCloud/Amazon where you can install Cpanel and a iptables based firewall such as APF? It may be a little more expensive then shared hosting, but it...
  24. Replies
    25
    Views
    2,994

    Shopping results much like organic results,...

    Shopping results much like organic results, content is key.

    Is your product sold from a local store or online system? Do you have GA installed on your site? Do you have link backs to your product...
  25. Replies
    7
    Views
    882

    Try the following: RewriteEngine on Options...

    Try the following:

    RewriteEngine on
    Options FollowSymlinks
    RewriteBase /
    RewriteRule ^index.php?yourvar1=(.*)&partner=xxx$ /index.php?yourvar1=$1 [T=application/x-httpd-php]


    Hope this...
Results 1 to 25 of 65
Page 1 of 3 1 2 3