t way to use MOD REWRITE so that all of these parameters will
become search engine friendly?
-----
Regards,
Ki Song
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/
> Try this instead:
>
> RewriteCond %{QUERY_STRING} ^([^,]*) [NC]
>
> If it still does not work, bump the RewriteLogLevel to 9 and look for answers
> in the log file.
I tried that code and it didn't work.
I saw that there may be some typos, so I tried the following:
RewriteCond %{QUERY_STRING
>> For some reason, the productSKU in the old url was frequently followed by a
>> ',' (comma). So, for example, http://store.knifecenter.com/pgi-Product
>> Spec?productSKU, would be a valid url in the old system.
>>
>> Is there a way to "drop" the trailing ',' in the old url?
>
> Again, untested,
>> How would I write a second rule for:
>> OLD URL: http://store.knifecenter.com/pgi-Product Spec?productSKU
>> NEW URL: http://www.knifecenter.com/kc_new/store_detail.html?s=productSKU
>>
>> Basically, it is the same OLD URL, except there is a space between Product
>> and Spec. Please note both
>> How would I write a mod_rewrite rule for the following:
>> OLD URL: http://store.knifecenter.com/pgi-ProductSpec?productSKU
>> NEW URL: http://www.knifecenter.com/kc_new/store_detail.html?s=productSKU
>>
>> Is there a way to pass the productSKU to the new url?
>
> How about:
>
> RewriteCond
How would I write a mod_rewrite rule for the following:
OLD URL: http://store.knifecenter.com/pgi-ProductSpec?productSKU
NEW URL: http://www.knifecenter.com/kc_new/store_detail.html?s=productSKU
Is there a way to pass the productSKU to the new url?
--
I want to redirect visitors from http://www.foo.com/folder/index.html to
http://folder.foo.com/index.html
What is the best way to accomplish this?
-
The official User-To-User support forum of the Apache HTTP Server Project.
See
I'm setting up Google Sitemaps on my site.
I followed the instructions, and found out that .xml.gz files are not
accessible through a web browser.
Apparently, apache is not allowing .xml.gz files to be accessed. Conversely,
.gz files are allowed.
How can I get apache to allow .xml.gz files to be
Is there a plugin or software you can use to see "real time" traffic on my
apache server?
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To
> On 8/10/06, Ki Song <[EMAIL PROTECTED]> wrote:
>>> On 8/10/06, Ki Song <[EMAIL PROTECTED]> wrote:
>>>> A quick question: Is there something special that needs to be turned on on
>>>> a
>>>> web server to allow it to display XML docu
> On 8/10/06, Ki Song <[EMAIL PROTECTED]> wrote:
>> A quick question: Is there something special that needs to be turned on on a
>> web server to allow it to display XML documents?
>>
>> The server we're on doesn't render any XML document.
>>
&
A quick question: Is there something special that needs to be turned on on a
web server to allow it to display XML documents?
The server we're on doesn't render any XML document.
The exact same file that I created works on one web server, but does not
work on a different server.
Ki
---
I have a quick question.
If I want to define multiple ScriptAlias and Alias directories in the
httpd.conf file, what is the syntax?
I've tried it this way:
ScriptAlias fakeaddress1 realaddress1,
fakeaddress2 realaddress2,
fakeaddress3 realaddress3
Alias fakeaddress1 reala
test
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For
I've been running an apache/postfix/mysql server for about a year now.
I found out that this error has been going on for a while:
[warn] NameVirtualHost 70.88.225.1:80 has no VirtualHosts
What does this error message mean? Does it mean that VirtualHosts is not
setup properly? How do I setup virt
15 matches
Mail list logo