Welcome Guest, Not a member yet? Register   Sign In
.htaccess and rewrite on mac
#10

[eluser]learning_php[/eluser]
its an apache apache 404 error.
with my .htaccess file in the mysite root folder as the following:
Code:
<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteBase /
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ index.php/$1 [QSA,NC,L]
</IfModule>

and by base url is set to localhost:8888/mystite/

Which URI protocol should i be using as i currenlty have it set to Auto?


Messages In This Thread
.htaccess and rewrite on mac - by El Forum - 02-10-2010, 03:03 AM
.htaccess and rewrite on mac - by El Forum - 02-10-2010, 08:43 AM
.htaccess and rewrite on mac - by El Forum - 02-11-2010, 07:00 AM
.htaccess and rewrite on mac - by El Forum - 02-11-2010, 07:03 AM
.htaccess and rewrite on mac - by El Forum - 02-11-2010, 07:14 AM
.htaccess and rewrite on mac - by El Forum - 02-11-2010, 07:27 AM
.htaccess and rewrite on mac - by El Forum - 02-11-2010, 07:36 AM
.htaccess and rewrite on mac - by El Forum - 02-11-2010, 07:46 AM
.htaccess and rewrite on mac - by El Forum - 02-11-2010, 08:08 AM
.htaccess and rewrite on mac - by El Forum - 02-11-2010, 08:16 AM
.htaccess and rewrite on mac - by El Forum - 02-12-2010, 05:07 AM
.htaccess and rewrite on mac - by El Forum - 02-13-2010, 01:24 PM
.htaccess and rewrite on mac - by El Forum - 05-11-2010, 07:53 AM
.htaccess and rewrite on mac - by El Forum - 05-11-2010, 08:02 AM
.htaccess and rewrite on mac - by El Forum - 05-11-2010, 03:55 PM



Theme © iAndrew 2016 - Forum software by © MyBB