Jeffrey G
10-26-2007, 10:21 AM
Hi everybody,
Do you know how to convert a .htacces from Linux server environment into a httpd.ini file for a windows server?
This is the .htaccess file:
RewriteEngine on
RewriteCond $1 !((/)?(index\.php|images|css|js|awstats|aculo|tinymce|user_docs)) RewriteRule ^(.*)$ index.php/$1 [L]
Do you know how to convert a .htacces from Linux server environment into a httpd.ini file for a windows server?
This is the .htaccess file:
RewriteEngine on
RewriteCond $1 !((/)?(index\.php|images|css|js|awstats|aculo|tinymce|user_docs)) RewriteRule ^(.*)$ index.php/$1 [L]