rasmush
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalink 404 when custom structure.Hi Chris, I did try that one as well. However the problem is that once the custom structure is used I get a 404 for all my pages. It doesn’t matter what structure I use it only works with the default structure.
Forum: Fixing WordPress
In reply to: Permalink troubleOf course I know that, that’s just the example…. So you would understand how I would want it to look later. For now I just want this: http://127.0.0.1/Sweepy%20-%20Wordpress%20dev/wordpress/tjanster/ to work.
Forum: Fixing WordPress
In reply to: Permalink trouble# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /Sweepy%20-%20Wordpress%20dev/wordpress/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /Sweepy%20-%20Wordpress%20dev/wordpress/index.php [L]
</IfModule># END WordPress
HTACCESS looks like this.
And the URL is (since it’s local right now): http://127.0.0.1/Sweepy%20-%20Wordpress%20dev/wordpress/tjanster/
Forum: Fixing WordPress
In reply to: Permalink troubleYes, the slug is exactly services when I choose permalink structure “Post name”. If I choose default I get the “post_id=7” as slug. So it doesn’t seem related to the slug(?)