سلام
ممنون می شم کمک کنید برای تبدیل .htaccess
کد:
RewriteEngine On
AddDefaultCharset UTF-8
#If the installation is done into a directory use : RewriteBase /directory/
#Where : /directory/ is your directory name.
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
RewriteRule ^captcha$ system/classes/captcha/captcha.class.php [L]
RewriteRule ^custom_js$ themes/default/custom.js.php [L]
RewriteRule ^custom_css$ themes/default/custom.css.php [L]
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]