کد:RewriteEngine on RewriteRule ^category/(.*)/(.*)$ category.php?id=$1&slug=$2 RewriteRule ^source/(.*)/(.*)$ source.php?id=$1&slug=$2 RewriteRule ^news/(.*)/?$ news.php?id=$1&slug=$2 RewriteRule ^page/(.*)/(.*)$ page.php?id=$1&slug=$2 RewriteRule ^search/(.*)$ search.php?q=$1 RewriteRule ^not-found$ notfound.php RewriteRule ^rss.xml$ rss.php RewriteRule ^tlastm.xml$ tlastm.php RewriteRule ^trandm.xml$ trandm.php RewriteRule ^sitemap-(.*).xml$ sitemap.php?id=$1 RewriteRule ^categories-sitemap.xml$ categories-sitemap.php Options +FollowSymLinks # PHP error handling for development servers php_flag display_startup_errors off php_flag display_errors off php_flag html_errors off php_flag log_errors on php_flag ignore_repeated_errors off php_flag ignore_repeated_source off php_flag report_memleaks on php_flag track_errors on php_value docref_root 0 php_value docref_ext 0 php_value error_log /home/path/public_html/domain/PHP_errors.log php_value error_reporting -1 php_value log_errors_max_len 0 <Files ~ "\.html$"> Order allow,deny Deny from all </Files>
در حال حاضر 1 کاربر در حال مشاهده این موضوع است. (0 کاربران و 1 مهمان ها)