sweetchili
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: CHMOD TroubleshootingHow to I become owner of the files? Of this is pre-set by my host, meaning if I want to change the propoerties I need to change my host??
Forum: Fixing WordPress
In reply to: Permalinks troubleshootingOkay, I found the CHMOD function, but FTP is not allowing me to change this? How can I do this?
Forum: Fixing WordPress
In reply to: Permalinks troubleshootingWhere do I find the CHMOD setting? If it should be in the .htaccess file, something went wrong. The file is the following with permalinks enabled:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressThanks.
Forum: Fixing WordPress
In reply to: Permalinks – Home page is displayed continuouslyHi, is there nobody who can help? The problem keeps persisting and it’s as if the URL the links are referring to are non-existent. Thanks.
Forum: Fixing WordPress
In reply to: Permalinks – Home page is displayed continuouslyCorrection: my .htaccess file displayes the following:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressThe problem keeps persisting. Thanks.
Forum: Fixing WordPress
In reply to: what is a mod_rewrite?You mentioned mod_rewrite is an optional functionality, meaning permalinks changing should also work without changing the mod_rewrite? Since I am not running my own server, it is unlikely to have access to this module.
How does this work? Changing the permalink structure in the admin page of my blog results in the error described above (only the main page is displayed).
I find the related article somewhat blurry and I am missing clear instructures as to which lines and codes should be inserted in which files exactly.
Thanks.