eBay - Loans - Send Telegram - Xbox Mod Chip - Credit Cards

PDA

View Full Version : How to add FP extensions??


fryman
Apr 21st 2005, 8:04 am
I have this .htaccess file
RewriteEngine On

RewriteRule ^([a-zA-Z_]*)/$ site-list.php?category=$1 [L,NC]
RewriteRule ^([a-zA-Z_]*)/([0-9]*)/$ site-list.php?category=$1&page=$2 [L,NC]
RewriteRule ^([a-zA-Z_]*)/([a-zA-Z_]*)/$ sub_listing.php?category=$1&subcategory=$2 [L,NC]
RewriteRule ^([a-zA-Z_]*)/([a-zA-Z_]*)/([0-9]*)/$ sub_listing.php?category=$1&subcategory=$2&page=$3 [L,NC]
RewriteRule ^review/([0-9]*)$ sitereview.php?siteid=$1 [L,NC]

RewriteRule ^addurl/([a-zA-Z_]*)/([a-zA-Z_]*)/$ submit-site.php?category=$1&subcategory=$2 [L,NC]





AddHandler application/x-httpd-php .htm


I need Frontpage extensions, but if I do it through the Cpanel it screws up my site, what do I ned to add to this file to make FP work?

Thanks

bkleinhe
Apr 21st 2005, 9:03 am
It's not possible to modify .htaccess when using FP. There are many many threads on forums all over the internet, but I found no resolution. I used FP on maybe 100 of my sites, and just started converting them all to more standard code, dropping webbots, etc. I now use Dreamweaver and am much much happier the more I use it. No I have full control of .htaccess and my sites are more stable.

mopacfan
Apr 21st 2005, 9:08 am
I concur with bkleinhe, get rid of anything front page related. There is nothing much that fp can do for you that you can't do yourself.