HafidMF
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Cannot Load on local machineThe question is, which one webserver do you pick? I think alot webserver program provided on the internet, like appserv, xampp, wampp, phptriad, easyphp… or you just run iis from the windows it self.
if you run xampp maybe this link can help you. And you could setup some vhost for better.
For create a vhost maybe this link and this can help you.
For uninstaller software if you need uninstall software better you can use “Revo Uninstaller Pro”, in my experience no junk file left behind.
Forum: Installing WordPress
In reply to: Found error after install with svnThank friend. I just upload wp theme again… that it… problem solved.
Forum: Installing WordPress
In reply to: I'm trying to install wordpress on localhost (using XAMPP)Maybe you need read this one to, I’ve reply one question *I think it same problem with xampp* in there.
Don’t worry I’m newbie too… actualy I’m using AppServ but I know a bit about xampp installation, after instal xampp [i asume you’ve read the reply at that link] you need create database, just click on the xampp control panel, beside mysql button [Admin button] it directly run phpmyadmin, and you add database there. Maybe this link can help you too.
Forum: Installing WordPress
In reply to: installation problemFor XAMPP I think you need to edit the php.ini at installation folder, (e.g: c:\xampp\php) looking for the line “short_open_tag” when you find it, below the line add like this “short_open_tag = On” without “”.
And I think better if your create some vhost, I done have tutorial about vhost but, my be you can email me, so I give you the setting of vhost. Or your can googling with keyword “setting vhost” it very easy.
just edit file below:
– httpd.conf : just del # mark for mod_rewrite.so, mod_userdir.so, mod_vhost_alias.soat directory extra: httpd-vhosts.conf, httpd-userdir.conf
and at %windir%\system32\drivers\etc: a file named “host” at add line below 127.0.0.1 localhost witt 127.0.0.1 yourdomain-vhostname.com
I hope it can help.