PHP Classes

File: extra/seo/sample.htaccess

Recommend this page to a friend!
  Packages of Michael Beck   XOOPS Publisher Module   extra/seo/sample.htaccess   Download  
File: extra/seo/sample.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: XOOPS Publisher Module
Publish static HTML content and article with XOOPS
Author: By
Last change: Fix Ratings when SEO is set to path-info
Fix SEO issues
Date: 7 months ago
Size: 530 bytes
 

Contents

Class file image Download
RewriteEngine On #For Ajax Rating - RewriteRule ^modules\/publisher\/index\.php\/([a-z]+)\.([0-9.]+)\/include\/ajax_rating\.php$ modules/publisher/include/ajax_rating.php?%{QUERY_STRING} RewriteRule ^publisher\.([a-z]+)\.([0-9.]+)\/include\/ajax_rating\.php$ modules/publisher/include/ajax_rating.php?%{QUERY_STRING} #SEO .Htaccess setting RewriteRule ^publisher\.([a-z]+)\.([0-9.]+)/ modules/publisher/index.php?seoOp=$1&seoArg=$2 # RewriteRule ^ss\.([a-z]+)\.([0-9.]+)/ modules/publisher/index.php?seoOp=$1&seoArg=$2