Jump to content

briangelhaus

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Posts posted by briangelhaus

  1. i got rid of the ifmodule and just have....

        RewriteEngine On

        RewriteBase /new/

       

        RewriteCond %{REQUEST_URI} ^system.*

        RewriteRule ^(.*)$ /index.php?/$1 [L]

       

        RewriteCond %{REQUEST_URI} ^application.*

        RewriteRule ^(.*)$ /index.php?/$1 [L]

       

        RewriteCond %{REQUEST_FILENAME} !-f

        RewriteCond %{REQUEST_FILENAME} !-d

        RewriteRule ^(.*)$ index.php?/$1 [L]

     

    in my video in the httpd.conf in the apache mamp folder i allow override for .htaccess. so that should be on

     

    still no luck. it works when i upload it to my .com. but id like to test it in MAMP also. kids at my school have the same problem

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.