matt3161
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalink ProblemHi All, I found a guy on Fiverr.com who fixed the issue in minutes.
Check the attached image., Iine no 6. Which redirect all /filename to the host URL .
So the wp – permalinks was not working (Line no 18-27).
Now I removed line no 6. Then Fine.
https://i879.photobucket.com/albums/ab353/Matt_Rubenstein/htaccess_zpscd7caa1e.jpg
Forum: Fixing WordPress
In reply to: Permalink ProblemOptions +FollowSymLinks RewriteEngine On Options All -Indexes RewriteBase / RewriteCond %{HTTPS} !^on$ RewriteRule (.*) https://invitationsonly.com.au/$1 [R,L] RewriteRule ^([a-zA-Z0-9_-]+)$ categories.php?pageurl=$1 RewriteRule ^([a-zA-Z0-9_-]+)\.html$ cms.php?cmslink=$1&id=$2 RewriteRule ^([a-zA-Z0-9_-]+)/([a-zA-Z0-9_-]+)$ product.php?cateurl=$1&producturl=$2 php_value memory_limit 128M php_value upload_max_filesize 128M php_value max_input_time 10000 php_value post_max_size 64M php_value max_execution_time 200000 php_flag magic_quotes_gpc off php_value date.timezone "Australia/Melbourne" ErrorDocument 404 https://invitationsonly.com.au ErrorDocument 403 https://invitationsonly.com.au
Forum: Fixing WordPress
In reply to: Permalink ProblemYes I checked apache 2 configuration as Jan advised, I have also updated to latest wp version including all plugins. Problem still exists.
Forum: Fixing WordPress
In reply to: Permalink Problemtried that, still same issue…
Forum: Fixing WordPress
In reply to: Permalink ProblemI have spoken to my developers and the support crew at the hosting company, they have looked into the issue and say that mod_rewrite is active and working fine.
The issue still persists…
Any other suggestions?
Forum: Fixing WordPress
In reply to: Permalink ProblemThanks for that, unfortunately I have no idea where to find the apache 2 configuration… or check if mod_rewrite is loaded on the server… Here’s a screenshot of the root directory if it helps?
https://screencast.com/t/xyOWQaZPtqCb
I’m not really fluent with this stuff – Could you explain in newbie language how to check if mod_rewrite is loaded on the server?
Thank You
Forum: Fixing WordPress
In reply to: Permalink Common Setting Not Working Except DefaultI am having a similar challenge. Anything other then the default setting and the links simply don’t work. I would also appreciate any assistance with this issue.
-Cheers!