Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant upload profile #3329

Closed
ubukuryo opened this issue Nov 16, 2017 · 7 comments
Closed

cant upload profile #3329

ubukuryo opened this issue Nov 16, 2017 · 7 comments

Comments

@ubukuryo
Copy link

capture
Whatt do I do?
Even mod_rewrite:failed
but my hosting tells me that Mod_rewrite is enabled.

@ubukuryo
Copy link
Author

this is my htaccess and Church crm is installed in root directory:
RewriteEngine On

Some hosts may require you to use the RewriteBase directive.

If you need to use the RewriteBase directive, it should be the

absolute physical path to the directory that contains this htaccess file.

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]

php_value short_open_tag 1

@crossan007
Copy link
Contributor

crossan007 commented Nov 16, 2017

Please take a look at #3153 to see if it provides you with a solution.

Specifically:

<Directory /var/www/html/churchcrm>
     AllowOverride All
</Directory>

@ubukuryo
Copy link
Author

this the message I got from my hosting. What do i do?

So, since you're using shared server, you're not able to access root folders for your settings or customizations.
You only have access to /home/berrvlex . Also the server is using CloudLinux which is the modified version of CentOS. So, you may reconsider some of your coding.

Also it appears that it's not possible to set up AllowOverride on shared servers. ModRewrite is enabled and working on the server.
Please contact your developer and consider making some changes.

@crossan007
Copy link
Contributor

@ubukuryo would you mind sharing what hosting provider you're using?

@ubukuryo
Copy link
Author

namecheap hosting

@ubukuryo
Copy link
Author

shared hosting

@Nationalpeople
Copy link

it relates also to my problem same hosting which is namecheap

#3044

@crossan007 crossan007 added this to the User Support milestone Dec 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants