I have a website that had IsapiRewrite 2 installed, so I was using the
IsapiRewrite4.ini file to configure.
Now they did update to version 3, so I have to use .htaccess. I'm
trying to do the same configuration that I had before, but it doesn't
work. Can somebody help me?
Here's the code I was using in version 2:
# IsapiRewrite4.ini
# IsapiRewrite4 options
# RewriteLog logs\iirfLog.out
RewriteLogLevel 0
MaxMatchCount 10
IterationLimit 10
# Match a fully qualifed domain name such as intranet.domain.com
# and redirect it to http://intranet (plus any query parameters).
# Replace "domain" with your domain name
# RewriteCond %{SERVER_NAME} ([^\.]+)\.kakarekos.com\.com$ [I]
# RewriteRule ^(.*)$ http://%1$1 [R]
# RewriteRule ^$ app/webroot/ [L]
# RewriteRule (.*) app/webroot/$1 [L]
RewriteRule ^/$ /index.php?REQUEST_URI=index.php [L]
#RewriteRule ^(.*)$ /index.php?REQUEST_URI=$1 [L]
Regards,
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
No comments:
Post a Comment