• Fresh Install. Top of every page, including in Admin Dashboard have this at the top.

    “# For rewrite rules needed for making WordPress URL friendly # See Options -> Permalinks for details and please use the defaults, # especially in mind when hosting several blogs on one machine! ## ## Configuration for a single blog hosted on / (root of the website) ## RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] ## ## Configuration for a multi-site wordpress installation using subdomains ## # #RewriteEngine On #RewriteBase / #RewriteRule ^index\.php$ – [L] ## uploaded files #RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] ## real files dealt directly #RewriteCond %{REQUEST_FILENAME} -f [OR] #RewriteCond %{REQUEST_FILENAME} -d #RewriteRule ^ – [L] ## other go through index.php #RewriteRule . index.php [L] #”

    Image below shows… I cannot figure how to get rid of this!

    • This topic was modified 2 months, 3 weeks ago by cowboycrag.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Something on your site is giving you these instructions: that message is not from WordPress.

    Set and save your permalinks in SETTINGS > PERMALINKS to see if that message goes away.

    If it doesn’t, check your PLUGINS page and disable all plugins you see there and let’s see if one of your plugins is trying to be “helpful” here. Take care not to miss the “Must-Use” tab.

    Standing by for feedback!

    Thread Starter cowboycrag

    (@cowboycrag)

    Thanks for the feedback. Did all the above and still happens. Really odd. Might just blow this build away and start again. This is a from scratch build on Debian 12 using “apt install wordpress”.
    It isn’t exactly complete.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.