mysql - Moving Wordpress from MAMP to WAMP, can't access pages -


before started working on website on local mamp, changed apache port 8888 80 , that's because don't want replace domaine in database http://localhost:8888 http://localhost when move mac windows.

when moved it, went local host , found directory, when clicked got "404 not found".. entered "localhost/msgie" on browser , there is, can access dashboard , see homepage , error: 404 pages.

i think has permalink deleted .htacess file, didn't solve it.

mamp ports:

apache port : 80 ngix port :   7888 mysql port : 3306 

phpmyadmin in mac :

database server  server: localhost via unix socket server type: mysql server version: 5.5.42 - source distribution protocol version: 10 user: root@localhost server charset: utf-8 unicode (utf8) web server  apache/2.2.29 (unix) mod_wsgi/3.4 python/2.7.8 php/5.5.23 mod_ssl/2.2.29 openssl/0.9.8zd dav/2 mod_fastcgi/2.4.6 mod_perl/2.0.8 perl/v5.20.0 database client version: libmysql - mysqlnd 5.0.11-dev - 20120503 - $id: 15d5c781cfcad91193dceae1d2cdd127674ddb3e $ php extension: mysqli documentation php version: 5.5.23 

phpmyadmin in windows :

serveur de base de données  serveur : mysql wampserver (127.0.0.1 via tcp/ip) type de serveur : mysql version du serveur : 5.6.17 - mysql community server (gpl) version du protocole : 10 utilisateur : root@localhost jeu de caractères du serveur : utf-8 unicode (utf8) serveur web  apache/2.4.9 (win64) php/5.5.12 version du client de base de données : libmysql - mysqlnd 5.0.11-dev - 20120503 - $id: bf9ad53b11c9a57efdb1057292d73b928b8c5c77 $ extension php : mysqli 

any sort of appreciated thank

solved going

wamp tray -> apache -> apache modules -> rewrite_module

another alternative going apache folder, “conf” folder. locate httpd.conf file. searching line :

#loadmodule rewrite_module modules/mod_rewrite.so 

simply rid of # in front of it.


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -