Its htaccess problem?

|
¢σммαη ₥Ă₦ ⓣⓔ©ⓗ 2017-10-26 10:20:38
All
¢σммαη ₥Ă₦ ⓣⓔ©ⓗ 2017-10-26 10:20:42
Hru guys
ranjicollins 2017-10-26 13:33:46
Hi .. are you all experienced in some framework or core php programmers .. I mean custom made programs
i_am_ro0t 2017-10-26 15:22:42
Larvel n cdgtor
finnyfound 2017-10-26 15:36:51
ranjicollins 2017-10-26 13:33:46
Hi .. are you all experienced in some framework or core php programmers .. I mean custom made programs

I’m a noobie… 😊 Started to learn CI

ranjicollins 2017-10-26 15:42:19
I am actually a Automobile mechanic.. but by hobby coding websites in php / MySQL 😁
ranjicollins 2017-10-26 15:43:12
I didn’t actually worked for anyone .. but made lot of website for hobby .. purely PHP .. self coding ..
ranjicollins 2017-10-26 15:45:47
Of course targeted adsense . 😊 .. till someone clickbombed and blocked my AdSense .
i_am_ro0t 2017-10-27 06:07:12
ranjicollins 2017-10-26 15:42:19
I am actually a Automobile mechanic.. but by hobby coding websites in php / MySQL 😁

Wow

ranjicollins 2017-10-27 10:49:22
i_am_ro0t 2017-10-27 06:07:12
Wow

My last one I made myself coding / design and country specified edition ..

www.sathyamOnline.com

NB .. no mobile version .. coz this script made before 6 years .. and the team still not interested in that .. 😂

ranjicollins 2017-10-27 10:52:06
It’s a one man show by coding and design level .. so might lot error if profi people like you check that site .. pardon .. 🙏
ranjicollins 2017-10-27 10:53:52
Pageload speed is decreased coz of CPM ads .. without ads it got 95% in pingdom .. 🙏
finnyfound 2017-10-27 11:17:21
ranjicollins 2017-10-27 10:49:22
My last one I made myself coding / design and country specified edition ..

www.sathyamOnline.com

NB .. no mobile version .. coz this script made before 6 years .. and the team still not interested in that .. 😂

Nice.. work …

finnyfound 2017-10-27 13:17:04
Can you help me figuring out why this static webpage is accessible at this link
finnyfound 2017-10-27 13:17:08
https://thoolika.tv/index.php/index.php

Thoolika TV | Broadcasting The Word Of Godthoolika.tv
Established in 2004 as a hand Written magazine, Thoolika now become a house hold name among the malayalee community. Now we serve as tv channel, a news website and a live streaming service provider.
ranjicollins 2017-10-27 14:37:37
finnyfound 2017-10-27 13:17:08
https://thoolika.tv/index.php/index.php

Htaccess may be incorrect .

finnyfound 2017-10-27 14:38:20
Htaccess is actually clean.. I have only done a https redirect nothing else.
ranjicollins 2017-10-27 14:39:16
Y don’t u people use simple url ..

EX : .tv/about us
.tv/contact etc ??

finnyfound 2017-10-27 14:39:55
I am not using any frameworks. It’s just a simple HTML file
ranjicollins 2017-10-27 14:40:06
All pages got same problem when we add a / end of url
ranjicollins 2017-10-27 14:40:40
Normally it might be from htaccess .. or try after disable htaccess to confirm
finnyfound 2017-10-27 14:41:00
“ErrorDocument 404 https://thoolika.tv/404.html
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteCond %{REQUEST_URI} !^/[0-9]+..+.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/.well-known/pki-validation/[A-F0-9]{32}.txt(?: Comodo DCV)?$
RewriteRule ^(.*)$ https://thoolika.tv/$1 [R,L]“

Thoolika TV | Broadcasting The Word Of Godthoolika.tv
Established in 2004 as a hand Written magazine, Thoolika now become a house hold name among the malayalee community. Now we serve as tv channel, a news website and a live streaming service provider.
finnyfound 2017-10-27 14:41:20
this is the htaccess
ranjicollins 2017-10-27 14:45:54
Try use only L instead of R,L last line
finnyfound 2017-10-27 14:46:18
let me check
finnyfound 2017-10-27 14:47:39
nope..
ranjicollins 2017-10-27 14:48:49
Try disabling last line ..and check
ranjicollins 2017-10-27 14:49:17
# adding before last line
ranjicollins 2017-10-27 14:51:04
https://thoolika.tv/index.php/index.php/index.php shows same .. it means last rewrite rule is problem

Thoolika TV | Broadcasting The Word Of Godthoolika.tv
Established in 2004 as a hand Written magazine, Thoolika now become a house hold name among the malayalee community. Now we serve as tv channel, a news website and a live streaming service provider.
finnyfound 2017-10-27 14:51:32
its htaccess problem?
ranjicollins 2017-10-27 14:51:41
Yes
ranjicollins 2017-10-27 14:51:49
Check my last link..
finnyfound 2017-10-27 14:51:56
yeah I did..
finnyfound 2017-10-27 14:52:22
do you know any solution,, I tried googling but didnt get any solutions
ranjicollins 2017-10-27 14:53:51
Did u checked disabled last line ..
|