File permissions should be 644
folders 755
File permissions should be 644
folders 755
We've set the permissions of all your files to 755 which should be OK. 755 is basically the default recommend value that you can use for everything.
but still the admin page is not accessible
# -----------------------------------------------------------------------------------------------# ADDED BY JOE# -----------------------------------------------------------------------------------------------
# Prevent some of the mobile network providers from modifying the content of# your site: http://www.w3.org/...6/rfc2616-sec14.html.
<IfModule mod_headers.c> Header set Cache-Control "max-age=7200, must-revalidate"Header unset Last-Modified Header unset Pragma </IfModule> # Prevent mobile transcoding and caching <FilesMatch "\.(htm|html|php|css|cgi|pl|jpg|jpeg|gif|png)$"> <IfModule mod_headers.c> Header append Cache-Control "no-transform" Header append Vary "User-Agent, Accept" </IfModule> </FilesMatch> ExpiresActive On ExpiresDefault A604800 AddType application/xhtml+xml .xhtml DefaultType application/xhtml # ----------------------------------------------------------------------------------------------- # END OF JOE´S ADDITION # ------
it should look like this:
Options +FollowSymLinksRewriteEngine On
AddEncoding gzip .gzAddEncoding gzip .gzip<FilesMatch "\.(js.gz|js.gzip)$"> ForceType text/javascript</FilesMatch><FilesMatch "\.(css.gz|css.gzip)$"> ForceType text/css</FilesMatch>
RewriteCond %{REQUEST_URI} !^/index\.phpRewriteCond %{REQUEST_URI} !/ow_updates/index\.phpRewriteCond %{REQUEST_URI} !/ow_updates/RewriteCond %{REQUEST_URI} !/ow_cron/run\.phpRewriteCond %{REQUEST_URI} !/e500\.phpRewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$ [NC]RewriteRule (.*) index.php
Fatal error: Call to undefined function ftp_connect() in /srv/disk4/760519/www/youclique.com/ow_utilities/ftp.php on line 180
When you do the update, disable all third-party plugins and run www.domain.com/ow_updates. then update your plugin one by one.