We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Can't Customize Home Page after Redirect | Forum

Topic location: Forum home » Support » General Questions
Bruce Tran
Bruce Tran May 24 '17
Hi,

Anybody know how to fix this problem? I added this this in the .htaccess file to redirect www.domain.com/index to www.domain.com to prevent duplicate pages, but now I can't customize the home page. I've even removed these two lines of code (below) and clear the cache using the Cache Extreme plugin, but it still doesn't work. When I clicked on "Customize This Page" it redirected me to the same home page, www.domain.com.

RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index
RewriteRule ^index\.php$ / [L,R=301]
Darryl B Leader
Darryl B May 24 '17
I have never messed with the htaccess file, but sounds like you should revert it back. This post was just made a few hours ago in the custom code section. It looks like what you are trying to do.

https://developers.oxwall.com/forum/topic/55185
Bruce Tran
Bruce Tran May 25 '17
I checked again a few hours later and it works. I guess it needs some times to get populated on the server. Also, clearing my browser's cache helped.
The Forum post is edited by Bruce Tran May 25 '17