socialturn
socialturn copied to clipboard
404 Not Found After Followed instructions
Hi ! Its a great App. I install it on my hosting and after that when i go to my domain it redirect me to and display 404 not Found
Thanks in advance !
" Not Found
The requested URL /users/login was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. "
Looks like htaccess issue.
Warm Regards,
Anant Garg Inscripts
On Fri, Mar 18, 2016 at 7:09 PM, shenilled [email protected] wrote:
" Not Found
The requested URL /users/login was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. "
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/anantgarg/socialturn/issues/8#issuecomment-198363960
the solution of this problem is so simple, but it took my whole night to figure this out.
JUST REPLACE "PT" with "R"
_** RewriteRule ^(.)$ index.php/$1 [PT,L] * _ EDITED Version -->
** RewriteRule ^(.)$ index.php/$1 [R,L] *