Jump to content

briangelhaus

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

briangelhaus's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. i cant paste it in here because its over 4000 characters. so heres a download http://dl.dropbox.com/u/9883217/httpd.conf.zip
  2. 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
  3. i tailed my apache error log and i got this [Thu May 26 10:40:29 2011] [notice] jrApache[65189: 59606] Couldn't initialize from remote server, JRun server(s) probably down. i get this for every project inside of my htdocs
  4. yes in my apache httpd.conf file. it is not commented out LoadModule rewrite_module modules/mod_rewrite.so im not sure how to check access and error logs in apache ?
  5. i have a problem removing index.php. i made a simple video of my setup to help you understand faster. ive posted on other forums and no one could help me. ive followed all the instructions on CI site http://codeigniter.com/wiki/mod_rewrite/ heres the video http://dl.dropbox.com/u/9883217/code.mov
×
×
  • 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.