Maze Posted December 20, 2014 Share 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 Link to comment https://forums.phpfreaks.com/topic/293187-the-mod_rewrite-apache-module-as-a-basic-requirement/ Share on other sites More sharing options...
requinix Posted December 20, 2014 Share Posted December 20, 2014 Just to be sure, check the actual Apache configuration. If not then you can simply install it. Quote Link to comment https://forums.phpfreaks.com/topic/293187-the-mod_rewrite-apache-module-as-a-basic-requirement/#findComment-1500130 Share on other sites More sharing options...
kpmedia Posted December 20, 2014 Share 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 Link to comment https://forums.phpfreaks.com/topic/293187-the-mod_rewrite-apache-module-as-a-basic-requirement/#findComment-1500202 Share on other sites More sharing options...
Maze Posted December 20, 2014 Author Share 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 Link to comment https://forums.phpfreaks.com/topic/293187-the-mod_rewrite-apache-module-as-a-basic-requirement/#findComment-1500229 Share on other sites More sharing options...
Ch0cu3r Posted December 21, 2014 Share 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 Link to comment https://forums.phpfreaks.com/topic/293187-the-mod_rewrite-apache-module-as-a-basic-requirement/#findComment-1500253 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.