The requested URL /phpmyadmin/ was not found on this server.
Posted by: pressuredat19 (---.55.226.14.BTI.NET.PH)
Date: October 04, 2011 06:48PM

First of all, WAMP is really kewl! Great work!

Trying to follow instructions here on running Wordpress with WAMP here:
[wpgarage.com]

I already extracted the Wordpress directory to the www directory. However I get the "The requested URL /phpmyadmin/ was not found on this server" error when I go to phpMyAdmin.

WAMP icon is green!

Btw, when I access 127.0.0.1 listed under Your Projects is wordpress. Does that I'm gonna be able to use Wordpress without hassles?

Sorry, I'm a noob.

Options: ReplyQuote
Re: The requested URL /phpmyadmin/ was not found on this server.
Posted by: pressuredat19 (---.55.226.14.BTI.NET.PH)
Date: October 04, 2011 07:11PM

any news?

Options: ReplyQuote
Re: The requested URL /phpmyadmin/ was not found on this server.
Posted by: pressuredat19 (---.55.249.222.BTI.NET.PH)
Date: October 05, 2011 11:56AM

Please help me out.

Options: ReplyQuote
Re: The requested URL /phpmyadmin/ was not found on this server.
Posted by: yfastud (Moderator)
Date: October 08, 2011 04:42PM


Options: ReplyQuote
Re: The requested URL /phpmyadmin/ was not found on this server.
Posted by: testuser (---.253.88.202.asianet.co.in)
Date: September 25, 2012 10:03AM

Here is my htaccess file

RewriteEngine on
RewriteRule ^(.*)-(.*).htm$ viewprofile.php?id=$1
ErrorDocument 404 [192.168.1.76]

RewriteRule ^(.*).htm$ viewprofile.php?id=$2
RewriteRule viewads(.*)\.htm$ viewads.php?id=$1
RewriteRule (.*)&(.*)\.htm$ homeads.php?id=$2
RewriteRule (.*).htm$ profile_city.php?id=$1
RewriteRule (.*).htm$ profile_cast.php?id=$1


RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php
RewriteEngine on
RewriteCond %{HTTP_HOST} ^waytonikah.com
RewriteRule ^(.*)$ [waytonikah.com] [L,R=301]



But "The requested URL /viewprofile.php was not found on this server." error will returned.I am using wamp server.Please find the code and help me

Options: ReplyQuote
Re: The requested URL /phpmyadmin/ was not found on this server.
Posted by: RiggsFolly (---.as13285.net)
Date: September 25, 2012 01:57PM

Try changing

RewriteRule ^(.*).htm$ viewprofile.php?id=$2

to

RewriteRule ^(.*).htm$ viewprofile.php?id=$1

You have only one set of () so you have only created one variable

Options: ReplyQuote


Sorry, only registered users may post in this forum.