Admin-setup "404 Not Found" Error

Discussion in 'Installation' started by jason_grant, Jul 27, 2012.

  1. jason_grant

    jason_grant New Member

    Joined:
    Jul 17, 2012
    Messages:
    12
    Went through all the steps for installation and everything looked fine until I tried to go to the Admin/Configuration page. Now I'm getting a 404 error message.

    I was told by the developers:

    "as far I understand AllowOverride is not enable in the webserver configuration.
    I have modified amember htaccess file, now you can setup the script...

    When installation will be completed please edit main htaccess file and replace
    # RewriteEngine on
    # RewriteRule ^public public.php [L]
    # RewriteRule ^js.php js.php [L]
    # RewriteRule !\.(js|ico|gif|jpg|png|css|swf|csv|html)$ index.php
    with
    RewriteEngine on
    RewriteRule ^public public.php [L]
    RewriteRule ^js.php js.php [L]
    RewriteRule !\.(js|ico|gif|jpg|png|css|swf|csv|html)$ index.php"

    I've done this already but no change.

    This page is showing up fine: http://www.newpharmathinkers.com/amember/

    This one isn't: http://www.newpharmathinkers.com/amember/admin-setup

    Thanks in advance,
    Jason
  2. jason_grant

    jason_grant New Member

    Joined:
    Jul 17, 2012
    Messages:
    12
    Never mind - seems to have been fixed. Awesome support!

Share This Page