ivancica
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by ivancica-
[quote="ivancica, post: 1764891">Hi, I have again a problem with .htaccess. The rewrite cond is not working for files, or I'm doing it wrong. I have to redirect every link that Google indexed for a...
-
Hi, I have again a problem with .htaccess. The rewrite cond is not working for files, or I'm doing it wrong. I have to redirect every link that Google indexed for a client. For example my-domain.co...
-
Thank you for helping me. I understand now everything.
-
I've used cpanel redirect. This is what I get in .htacess RewriteEngine On RewriteCond %{HTTP_HOST} ^www.my-domain.com [NC] RewriteRule ^(.*)$ http://my-domain.com/$1 [L,R=301,NC] RewriteCond %{H...