Hi there, I'll clear up the first part of your post.
max internal redirects basically means the htaccess redirect rule is wrong (or more specifically: the rewrite rule(s) affecting the current url...
Type: Posts; User: Zonteck
Hi there, I'll clear up the first part of your post.
max internal redirects basically means the htaccess redirect rule is wrong (or more specifically: the rewrite rule(s) affecting the current url...
Hi, it's been a while since i played with streching images like that, but I think if you set height to 100% in the td as well, it should work.
Hi there, i think you should pay a (reminding?) visit to CSS positioning in 10 steps :).
Hi,
firstly i'd just advise the usual things. Make your website valid html so it's displayed correctly for different users. (the current error displayed is due to the copyright symbol been used...
Am I doing something wrong then, with this many people advising notepad++, or does no one else use heredocs in php?
Look at the following two screenshots of some sample heredoc code that fails in...
Hi there, I was unable to force it to display ytown.com, at least using something like this.
Regardless, a cleaner version of your subdomains redirect would be...
RewriteEngine on...
Personally, this is just a suggestion, but if I -had- to do something like this, I would just serve one type of the content by default and provide a toggle link (that put a cookie on the computer so...
Hi there, this could be achieved as desired (ie, silently) by htaccess.
Create a file called .htaccess put it in your subdomain directory and put the following in...
RewriteEngine on...
Hi there,
go have a look at the Web stats definitions section of wikipedia. There you will see a hit is a request for a file (this could be an image etc) whereas a page is a request for a 'page'...
Hi there, I've got a feeling its htaccess contents, can you post the contents of the htaccess file?
I tried using notepad++ again just now (hadn't for a while), and apparently it added support for heredocs in php in notepad++ v3.3... but it sure isn't working for me in 3.7/ 3.6. :(
Hi there,
yes the bluehost webhosting plan comes with a modified version of cpanel, click the demo login link from the tell me more page to have a look at the cpanel included with bluehost plans.
Glad someone brought that site up :). My sites are class b no-www and have been for some time now.
It looks nice and clean, you've got some good pictures in there. Two things I think would be beneficial for your photoblog:
- The pictures are really quite a high file size... ~200kb+ for an image...
Well ssh is how i'd do it now, but before i got ssh access, you can create a simple php script to do your simple server executes...
<?php
if (strip_tags($_GET['do']) == 'unzip')...
Hi there,
areidmtm's fix is an easier solution so use that if it's all you need. Leaving below info for people using search, this method effects all files on the main domain
this turned out to be...
Greetings and welcome to bluehost!
The easiest way to do that I guess would be to get phpbb, extract it onto your computer, and upload it where you want. (the just navigate to the install/...
I'm not overlly sure this is what you want, hehe, but... here's a really simple line to redirect calls for zip files (only) to a php file (which can process the download further).
RewriteEngine...
Yeah cpanel down for me too. login.bluehost.com still works fine so its all good.
Spampoison as I recall was an ok idea when it came out (2004), you post a link to it on your blog or whatever, and the bot crawls spampoison and gets a large list of known spammers emails.
These...
Hi Dbusau,
You are getting the no privledges line in phpmyadmin because bluehost won't allow you to make databases through phpmyadmin. This is (AFAIK) because multiple people use the same mysql...
Mine is zonteck.com which i mostly use a learning playground.
Hi, replace your image tag with
<img src="image.gif" />
And you should have no problems. The source attribute is abbreviated is all.
Yeah, your best bet would be to do a search for mod_rewrite related info.
But a quick tip.
You need to correct your links in your files so they link to the new rewrite'd format (ie, change <a>...