Welcome Guest, Not a member yet? Register   Sign In
Communauty_auth 404 not found
#1

Hi,

i've installed community_auth as third party. It seems its working, i was able to create an admin account adn it's registering correctly on my user table.
in the documentation : you have to mention to enable hooks in config file. thats missing.

my problem is that i have a 404 not found when i go to /examples
here is my .htaccess file :
<IfModule mod_rewrite.c>

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f 

RewriteCond %{REQUEST_FILENAME} !-d 

RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>

Can you help, thank you ?
nine
Reply


Messages In This Thread
Communauty_auth 404 not found - by nine - 03-17-2017, 01:58 AM
RE: Communauty_auth 404 not found - by skunkbad - 03-17-2017, 09:37 AM
RE: Communauty_auth 404 not found - by nine - 03-17-2017, 11:05 AM
RE: Communauty_auth 404 not found - by skunkbad - 03-18-2017, 08:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB