Welcome Guest, Not a member yet? Register   Sign In
Login to site
#6

(03-28-2015, 04:43 AM)Rufnex Wrote: Have you included a .htaccess otherwise the redirect without index.php dont't work. alternative you have to call your site with /index.php/admin/admin

Teh site is is working on my local server using xampp. there is only one database

when I go to the site I can view the site
http://localhost/united/

and when I go to the site admin panel I can see the login page
http://localhost/united/admin/

but when I go to login admin/admin
I receive this error
-----------------------
Not Found
The requested URL /admin/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
-------------------

here is the .htaccess in the root directory for the site.
-------------------------------
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$1 [PT,L]
---------------------------------

here is .htaccess found in the applications folder
-------------------
Deny from all
--------------------

what do I need to change?
Reply


Messages In This Thread
Login to site - by britepencil - 03-27-2015, 04:48 AM
RE: Login to site - by mwhitney - 03-27-2015, 08:04 AM
RE: Login to site - by britepencil - 03-27-2015, 06:18 PM
RE: Login to site - by britepencil - 03-28-2015, 03:30 AM
RE: Login to site - by Rufnex - 03-28-2015, 04:43 AM
RE: Login to site - by britepencil - 03-28-2015, 07:59 AM
RE: Login to site - by britepencil - 03-28-2015, 08:33 AM
RE: Login to site - by Rufnex - 03-28-2015, 12:18 PM
RE: Login to site - by britepencil - 03-28-2015, 02:53 PM
RE: Login to site - by britepencil - 03-28-2015, 03:03 PM
RE: Login to site - by britepencil - 03-28-2015, 03:21 PM
RE: Login to site - by britepencil - 03-28-2015, 03:56 PM
RE: Login to site - by britepencil - 03-29-2015, 06:31 AM
RE: Login to site - by britepencil - 03-30-2015, 12:10 PM
RE: Login to site - by britepencil - 04-03-2015, 04:42 AM
RE: Login to site - by ciadmin - 04-05-2015, 07:40 AM
RE: Login to site - by britepencil - 04-05-2015, 07:43 AM
RE: Login to site - by britepencil - 04-05-2015, 09:45 AM
RESOLVED! RE: Login to site - by britepencil - 04-05-2015, 10:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB