Forum: PHP May 21st, 2009 |
| Replies: 4 Views: 233 oh and i also forgot. you have to create a wildcard by adding an A record with the name of * for the ip address of your server |
Forum: PHP May 21st, 2009 |
| Replies: 4 Views: 233 I figured it out and for anyone who is reading this save the following as .htaccess in public_html
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www\.)?example\.com... |
Forum: PHP May 21st, 2009 |
| Replies: 2 Views: 447 echo '<img src="../logos/' . $file . '" alt="' . $file . '" />'; |
Forum: PHP May 21st, 2009 |
| Replies: 4 Views: 233 Ok I am making a website and I have apache 2, php, mysql. I want users to be able to create a website(i got that part, it is easy) but I want
user.example.com to redirect to
example.com/user
... |
Forum: PHP May 21st, 2009 |
| Replies: 24 Views: 1,337 I have a simple php upload script, but it does not play the movie. koolhq.com/upload.zip |
Forum: PHP May 21st, 2009 |
| Replies: 14 Views: 650 What exactly do you want it to do? |