English 中文(简体)
mod re-write OS X 10.6
原标题:

I have OS X 10.6 and am working on a website. When I look at the http.conf file in /private/etc/apache2/httpd.conf

it appears that the mod-rewrite module is loaded yet when I add a simple .htaccess file to the root of my site, it doesn t seem to do anything:

Options +FollowSymLinks RewriteEngine on RewriteCond $1 !^(index.php|index.html|static|admin_static|admin2_static|images|css|js|robots.txt) RewriteRule ^(.*)$ /index.php?/$1 [L]

How can I ensure mod-re-write is working?

Thanks!

问题回答

Sorry, I got it working by editing my user specific conf file.





相关问题
Using SimplePie with CodeIgniter and XAMPP

I am using CodeIgniter 1.7.2 with XAMPP 1.7.2 on a Windows computer. I am trying to make use of SimplePie. I followed all the instructions I could find: a copy of simplepie.inc is in my applications/...

Multiple Sites with common files

I have developed over 50 sites that all use the exact same files other than CSS and IMAGES, I currently duplicate the files each time I create a new site and upload different css and images. What ...

http server validation

I finish a litle http server, writing from scratch. I would like to be sure that my imlementation is conforme to the HTTP specifications. W3C give us tools for HTML/XML conformance, but i see nothing ...

热门标签