csaba
Dec 13th 2004, 12:09 am
Hello
I submitted 3 sites:
Best-prom.com, wedding.pasztorservice.com and shoed.info.
Best-prom.com is validated
This site works with
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} ^(.*).htm [NC,OR]
RewriteCond %{REQUEST_FILENAME} ^(.*).html [NC]
RewriteRule ^(.*) /passthru.php?file=$1
</IfModule> in .htaccess,
But my other two host provider don't allow the rewriteengine method. The pages of these sites are .html named with SSI, so the .htaccess content: adhandler server-parsed .html
The ads aren't on my pages but here is an txt file www.shoead.info/ad_network_ads.txtwhat content the ads.
On pages are a normal SSI call like: <!--#include virtual="/ad_network.php" -->
I would like to add more sites but all my sites built in .html wit SSI.
I don't know what can I do.
Csaba
I submitted 3 sites:
Best-prom.com, wedding.pasztorservice.com and shoed.info.
Best-prom.com is validated
This site works with
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} ^(.*).htm [NC,OR]
RewriteCond %{REQUEST_FILENAME} ^(.*).html [NC]
RewriteRule ^(.*) /passthru.php?file=$1
</IfModule> in .htaccess,
But my other two host provider don't allow the rewriteengine method. The pages of these sites are .html named with SSI, so the .htaccess content: adhandler server-parsed .html
The ads aren't on my pages but here is an txt file www.shoead.info/ad_network_ads.txtwhat content the ads.
On pages are a normal SSI call like: <!--#include virtual="/ad_network.php" -->
I would like to add more sites but all my sites built in .html wit SSI.
I don't know what can I do.
Csaba