socialturn icon indicating copy to clipboard operation
socialturn copied to clipboard

404 Not Found After Followed instructions

Open shenilled opened this issue 8 years ago • 3 comments

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 !

shenilled avatar Mar 18 '16 13:03 shenilled

" 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. "

shenilled avatar Mar 18 '16 13:03 shenilled

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

anantgarg avatar Mar 18 '16 15:03 anantgarg

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] *

seemapatel3650 avatar Mar 21 '16 00:03 seemapatel3650