I am trying to configure a local WP environment on my machine. My .htaccess file (which is in the same folder as the index.php file) looks like this:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
My MAMP database must be configured correctly. Every time I try to browse a site in my browser, I get:
Not found
The requested URL / wordpress was not found on this server.
My wp-config.php file looks like this:
define('DB_NAME', 'wordpress');
define('DB_USER', 'root');
define('DB_PASSWORD', 'root');
define('DB_HOST', 'localhost');
, permalinks. MAMP, URL ( , .. , URL-/ WP ( , , , - WP).
? , . - !
( , MAMP):