Hello,
I am playing with Joomla! and wonder:
How do I find out if I am on an Apache server?
Need that for search engine friendly urls mod_rewrite...
Thanks
Hi, we are in the process of migrating our servers and changing domain names. I'm looking for some suggestions on how to make our migration to a new domain name as transparent to our users as ...
Hello Experts,
i´m really confused on writing a mod rewrite rule for my webpage runing on Apache Webserver. I have never done this befor and don´t know how to start. I only know how to make t...
I want to direct url request containing the word "appelseed" to a 404.php page.
Something like this:
RewriteRule appelseed 404.php
An actual url might look like this: http://domain.com/buy...
This code :
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/(adminuser)/.*$
RewriteRule . ...
I have a web based file manager on my server. I want that my user can control their files on web. The problem is that apache runs as user nobody and cannot access user files (delete, edit, upl...
I'm trying to use the URL rewriter for a php script. I want url's that look like this /?var=1.jpg to look like this:
/var/1.jpg or like this /#/var/1.jpg or this: #/1.jpg, the last one being...
I have set up apache and it is working fine. CGI scripts are not working:
I have updated my httpd.conf file with all the usual requirements to enable cgi files. I have changed the ownership...
I want all urls that aren't "match-word" to go to brain.php. But even http://www.mydomain.com/match-word is going to brain.php.
If I comment out the last instruction, it goes to the correc...
Hi.
I'm writing a website that will work much like tinyurl.com. Being a php developer url rewriting is not my stronger side.
Here's the deal:
I have this kind of url:
http://mysite.c...
I have two named websites that I want to serve from the same machine using Apache on Windows XP (www.firstsite.com and www.secondsite.com). One site is to be externally accessible, in other w...
Just installed Apache2 and php on my linux Virtual Machine as a test web server, I think I may have messed up the permissions on /var/www to my personal user, however I never tested it before ...
Hi Guys,
I have set up Apache on Fedora 9, and have two name based virtual hosts. Both seem to work correctly,but the second site does something strange. If I navigate to www.secondsite.com...
I need a rewrite rule to take all unknown directory/file requests that have no match and point them to a specific url, along with the full query string of the original request
so I need thi...
I have been trying to install a local host on My computer so that I can learn and practice with php. So far I have tried IIS, WAMP, & XAMPP, and in ever case when I type in http://localhost I ...
Hi...
I am wanting change my current URL structure of my website from:
http://www.mydomainname.com
to:
http://www.mydomainname.com/foldername
I am obviously doing this because I wan...
I installed a folder last week and now I can't remove it. It has a permission setting of 644.
The folder has one subfolder (also 644). My ftp client shows the folder as empty. When using Fi...
I have this site: http://www.edgeequilibrium.com/
Hosted on lamp
I have this domain relating to a book: http://www.learningfromburnout.com/ that is this page on the main domain: http://www....
I want to configure Apache server where in I can configure mutiple virtual hosts (host multiple domains) on Solaris platform. Could you please give me basic configuration instructions.
I have a php website set up with URI's that conform to 2 basic structures:
EX 1. domainname/index.php/param1/param2/paramEtc/
EX 2. domainname/directory/index.php/param1/param2/paramEtc/
...
Dear Experts,
If I have a webform created in PHP on an apache server, and someone fills in this form. Is this logged anywhere on the apache server? For example, that they typed into the f...
I recently did a mod_rewrite on my website to go from dynamic urls to static. The offending part of the site is located in the subdirectory /friendster/ I am assuming that the offending urls...
I need help with one of two things - either one will dave my issue
Either the mod_rewrite statement below needs to be fixed or I need a way to send the requested document and string to a ne...
Hi,
I developed some days using a subdomain and anything works fine:
web29.fulda015.server4you.de
Today we liked to start with the main domain www.jubian.net ...
However with this doma...
I am facing too much bandwidth theft by people linking to my images. I want to prevent that but at the same time allow Google Images to index them.
How can I achieve this.
My web server ...