Maze 0 Posted December 20, 2014 hello dear linux-communityif a server needs to meed some requirements - eg for installation wordpress and if the server needs to runeg see here: https://wordpress.org/about/requirements/ PHP 5.2.4 or greater MySQL 5.0 or greater The mod_rewrite Apache module then i need to have a closer look at the apache2handler in the php-ini Apache Version Apache Loaded Modules core mod_so http_core mod_authn_file mod_authn_core mod_authz_host mod_authz_groupfile mod_authz_user mod_authz_core mod_access_compat mod_auth_basic mod_auth_digest mod_socache_shmcb mod_watchdog mod_ratelimit mod_reqtimeout mod_filter mod_deflate mod_mime mod_log_config mod_env mod_mime_magic mod_expires mod_headers mod_usertrack mod_setenvif mod_version mod_session mod_session_cookie mod_ssl prefork mod_unixd mod_status mod_autoindex mod_dir mod_alias mod_php5 all the mentioned are listed in the php-info.filenote: here are no mod_rewrite Apache moduleso what Quote Share this post Link to post Share on other sites
requinix 814 Posted December 20, 2014 Just to be sure, check the actual Apache configuration. If not then you can simply install it. Quote Share this post Link to post Share on other sites
kpmedia 0 Posted December 20, 2014 (edited) I'm not sure that I understand what you're asking here... What exactly are you trying to install WordPress on -- a localhost, a blank VPS, a shared hosting account, etc? Edited December 20, 2014 by kpmedia Quote Share this post Link to post Share on other sites
Maze 0 Posted December 20, 2014 hello dear requinix and kpmedia on a root server in the internet. it allready runs there. but i have had some issues with the setup. will come back here and explain more. cu later Quote Share this post Link to post Share on other sites
Ch0cu3r 255 Posted December 21, 2014 Looking at your other topics your server uses OpenSuse right? You need to enable the rewrite module in apache's config as it is not enabled by default. Check this guide for instructions. http://enarion.net/web/htaccess/mod_rewrite-on-suse/ Wordpress uses mod_rewrite for clean SEO urls. Quote Share this post Link to post Share on other sites