willusername
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Fixing WordPress
In reply to: Can't Change Permalink Structure – Breaks Entire Siteaha, that was it.
In case anyone else quickly needs to see what worked for me – i just had to click WAMP and make sure Apache > Apache Modules > Rewrite Module was checked.
Thanks!
Forum: Fixing WordPress
In reply to: Can't Change Permalink Structure – Breaks Entire SiteYes, it appears it is a root. I’m running it off of a local WAMP host until it’s ready to be put on the Internet.
here’s the exact code in that file in case it helps:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /website/wordpress/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /website/wordpress/index.php [L] </IfModule> # END WordPresspaths appear to be correct to me.
Forum: Fixing WordPress
In reply to: Can't Change Permalink Structure – Breaks Entire SiteEmptying the cache doesn’t work either.
Forum: Fixing WordPress
In reply to: Can't Change Permalink Structure – Breaks Entire SiteMy htaccess already has that code in it. No matter what I do I can not view any pages except home page unless Permalinks are set to default.
Forum: Fixing WordPress
In reply to: Can't Change Permalink Structure – Breaks Entire SiteI’m hosting the server locally with WAMP – where do I find that function?
there is an htaccess file in my root directory and i’m able to edit it with notepad.
Viewing 5 replies - 1 through 5 (of 5 total)