Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 9 of 9
Search took 0.02 seconds.
Search: Posts Made By: charlesandrews
Forum: Apache configuration 10-01-2009, 02:07 PM
Replies: 2
Views: 741
Posted By charlesandrews
How would http://www.websitename/pagename work...

How would http://www.websitename/pagename work without a TLD? I posted in another thread:



Which you could adapt sort of like:

RewriteRule http://www.websitename/(.*)...
Forum: HTML & CSS 10-01-2009, 01:56 PM
Replies: 4
Views: 480
Posted By charlesandrews
The short answer is that it can't be done: if you...

The short answer is that it can't be done: if you link just to the image, the browser will only interpret the image and will not accept content in any other type, so you can't build an HTML anchor....
Forum: HTML & CSS 10-01-2009, 11:49 AM
Replies: 6
Views: 660
Posted By charlesandrews
To speed it up, I would recommend building a...

To speed it up, I would recommend building a sitemap and submitting it to Google Webmaster Tools, which means it will get spidered without it needing to find links to your page. You won't rank highly...
Forum: PHP 09-30-2009, 02:13 PM
Replies: 3
Views: 2,748
Posted By charlesandrews
$result = mysql_query("SELECT * FROM inventory...

$result = mysql_query("SELECT * FROM inventory WHERE username='$convert' AND totalitems='1'");
if (!$result) // There is no result
{
$image1="nullitem";
}else{ // There is a result
...
Forum: Graphics and Multimedia discussions 09-30-2009, 02:10 PM
Replies: 2
Views: 1,125
Posted By charlesandrews
It depends on a few factors (how your video...

It depends on a few factors (how your video player is set up etc.) however, at any point the user could choose to clear their browser cache, or their browser cache could fill and clean up the video,...
Forum: Apache configuration 09-30-2009, 02:08 PM
Replies: 3
Views: 2,033
Posted By charlesandrews
If you are doing a permanent migration you will...

If you are doing a permanent migration you will want 301 over 303, through the amount of difference it makes is probably negligible.
Forum: Apache configuration 09-30-2009, 02:03 PM
Replies: 1
Views: 832
Posted By charlesandrews
I haven't actually tested this, but from this...

I haven't actually tested this, but from this mod_rewrite guide (http://www.openzu.com/Tips-&-Tricks/Apache-Mod-Rewrite/p-44/) I think you would want to use:

RewriteRule...
Forum: Apache configuration 09-30-2009, 02:00 PM
Replies: 1
Views: 827
Posted By charlesandrews
As far as I know, Google now gives no preference...

As far as I know, Google now gives no preference to different file extensions. Some people have assumed this but in my (limited) testing I've never noticed it. To answer your other questions:

1....
Forum: Apache configuration 09-30-2009, 01:55 PM
Replies: 1
Views: 784
Posted By charlesandrews
In order to understand what is happening, we'd...

In order to understand what is happening, we'd need to see the Rewrite Rule you are using, the URL you are coming from and the URL you are trying to write it to. You could check out this mod_rewrite...
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT +1. The time now is 08:56 AM.