The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
.htaccess Question
On one of my stores I am using the following htaccess...
PHP Code:
Is there anyway I can change this to allow specif html pages???? Thanks I have asked this question on 2 other sites so far to no avail so I really hope someone here can help... |
#2
|
||||
|
||||
Nobody has any help for me on this?? I bet for the right person this would be a 3 second answer.....
Here is another related question... Is there anyway to bypass the htaccess???? Thanks |
#3
|
|||
|
|||
Are you sure you want to do this? The .html files will be able to block search requests, for example a product.html blocks the searching of 'product' by this method.
If you still want to achieve this, replace your last rule with these two rules: Code:
RewriteCond %{SCRIPT_FILENAME} !-f RewriteRule ^(.*).html?$ index.php?SearchIndex=$1 [QSA,L] |
#4
|
||||
|
||||
I am a little confused.... You are saying that if I do this my site will be blocked from searches?
So basically there is no way to run seperate html pages on a site like this???? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|