Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
03-06-2015, 04:13 PM
Post: #31
|
|||
|
|||
RE:
I just tried this one 3 servers in dif locations and after hittin INSTALL button it just reverts back to install page. Its a Piece Of Shit
|
|||
03-07-2015, 08:55 AM
Post: #32
|
|||
|
|||
RE:
great share brother :) thanks
|
|||
03-07-2015, 08:03 PM
Post: #33
|
|||
|
|||
RE:
(03-06-2015 04:13 PM)dollabillz1 Wrote: I just tried this one 3 servers in dif locations and after hittin INSTALL button it just reverts back to install page. Its a Piece Of ShitDid you download it from the link in post #16? http://bestblackhatforum.com/Thread-GET-...pid1166132 |
|||
03-07-2015, 09:33 PM
(This post was last modified: 03-07-2015 09:34 PM by dollabillz1.)
Post: #34
|
|||
|
|||
RE:
I dont even remember lol
(03-07-2015 08:03 PM)dreamcube Wrote:(03-06-2015 04:13 PM)dollabillz1 Wrote: I just tried this one 3 servers in dif locations and after hittin INSTALL button it just reverts back to install page. Its a Piece Of ShitDid you download it from the link in post #16? I guess i missed the update woot Ill check it out again (03-02-2015 09:41 PM)Loomy Wrote: ***UPDATE*** |
|||
03-23-2015, 02:14 AM
Post: #35
|
|||
|
|||
RE: | |||
03-23-2015, 02:21 AM
Post: #36
|
|||
|
|||
RE:
As part of the compatibility checklist, mod_rewrite needs to be enabled.
If you get a 404 error after installing, this means mod_rewrite may not be enabled. Some hosts returns a 404 error even when it's enabled. To fix this, try adding the following line to .htaccess file right after the line RewriteEngine On: RewriteBase / if your installation URL looks like http://mydomain.com or http://s3ndy.mydomain.com or RewriteBase /s3ndy if your installation URL looks like http://mydomain.com/s3ndy If both lines does not work, create a .htaccess file (if it does not exist) in your root directory with this line: RewriteBase / If everything fails, mod_rewrite is not enabled on your server, consult your host to enable mod_rewrite I hope this will help you fix the issue... Good luck! Chris |
|||
03-23-2015, 02:34 AM
Post: #37
|
|||
|
|||
RE:
Thanks I will follow this path to sort it out.
My host is fine with a mod rewrite since I have many wordpress installs. I did notice that the upload didn't have an .htaccess in it and one was not created when I installed the script. |
|||
03-23-2015, 03:55 AM
(This post was last modified: 03-23-2015 03:58 AM by lowno.)
Post: #38
|
|||
|
|||
RE:
Do I need to add a rule? I added the correct RewriteBase /
This is what I have: RewriteEngine On RewriteBase / Here is my server config check: Server configuration: Your PHP version is 5.3.29 mysqli extension is installed mod_rewrite is enabled display_errors is turned off hash is enabled curl is enabled gettext is enabled curl_exec is enabled curl_multi_exec is enabled Score: 9/9 |
|||
03-23-2015, 04:03 AM
Post: #39
|
|||
|
|||
RE:
Never mind yal, I figured it out.
I unzipped the upload on my computer and copied everything over via ftp. However on my local computer it was hiding the included .htacess file, so it was never uploaded. I turned on hidden files, saw it, then copied it over. Now it is working properly. Thanks yal |
|||
03-23-2015, 11:36 AM
Post: #40
|
|||
|
|||
RE: | |||