After install magento application in server, we need to move that application to another server at the end of this process we got an error. Forbidden :You don’t have permission to access /phpmyadmin on this server
To perform this action you need administrator access to moodle installation, after login go to: >site administration>users>accounts>user profile fields http://<moodle_url>/user/profile/index.php To use this field, in mass upload for example you have to set a unique name at the first time shortname: not use special chars use common identification or combination. Ex: identificaction_passport (internally moodle add […]
Top list of larevel components Debugbar: composer require barryvdh/laravel-debugbar –dev
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress
If you have ssh access enable, and database credentials ( user / password ) You could use the following lines. cd /my/backup/directory mysqldump -u myusername –password=mypassword mydatabasename > database.sql gzip database.sql