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
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