"Page not on server"

Hi can anyone help me?
When I add a new page and try to view it I get
The requested URL /wordpress/about-us-2/ was not found on this server.
Does anyone know what the problem might be?
Thanks
Alan.
:confused:

PS WP wont let me change the slug either.

Can’t say for sure without seeing for myself, but I would start by making sure the .htaccess file is in the root of your wordpress install and that it contains the correct info in it. :slight_smile:

Hi RetroNetro Thanks for replying.
My .htaccess file is in the Wordpress dir (Please see screenshot)
This is the information that is in it.

RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\\.php$ - [L]

# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]

# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule  ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
RewriteRule  ^[_0-9a-zA-Z-]+/(.*\\.php)$ $1 [L]
RewriteRule . index.php [L]

Please note, Ive got WP set up for a multisite.
Ive tried reinstalling WP to no avail.

Thanks again for your help.
Alan.