ÿØÿà JFIF    ÿÛ „ ( %!1!%*+...983,7(-.- # v9.1.0.0 # Open Source Social Network # # @package .htaccess.ossn # @author OSSN Core Team # @copyright (c) Engr. Syed Arsalan Hussain Shah (OpenTeknik LLC) # @license OPEN SOURCE SOCIAL NETWORK LICENSE https://opensource-socialnetwork.org/licence # @link https://www.opensource-socialnetwork.org Options -Indexes Options +SymlinksIfOwnerMatch DirectoryIndex index.php order allow,deny deny from all order allow,deny deny from all order allow,deny deny from all #Disallow CLI and CRON script and other from browser RedirectMatch 404 ^/system/handlers/cli$ RedirectMatch 404 ^/system/handlers/cron$ RedirectMatch 404 ^/upgrade/upgrades/ RedirectMatch 404 /actions/ RedirectMatch 404 /libraries/ RedirectMatch 404 /classes/ RedirectMatch 404 /plugins/default/ AddType image/vnd.microsoft.icon .ico ExpiresActive On ExpiresDefault "access plus 1 year" FileETag MTime Size RewriteEngine on RewriteRule ^rewrite.php$ installation/tests/apache_rewrite.php [L] RewriteRule ^action/([A-Za-z0-9\_\-\/]+)$ system/handlers/actions.php?action=$1&%{QUERY_STRING} [L] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([A-Za-z0-9\_\-\.]+)$ index.php?h=$1 [QSA,L] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([A-Za-z0-9\_\-\.]+)/(.*)$ index.php?h=$1&p=$2 [QSA,L] Header set Access-Control-Allow-Origin "*" #https://github.com/nextcloud/server/issues/26569 php_value memory_limit 512M php_value register_globals 0 php_value post_max_size 105M php_value upload_max_filesize 100M php_value default_charset "UTF-8" php_flag session.cookie_httponly on