Jump to content

htaccess probles


ala123

Recommended Posts

Hello

 

I have a problem, and this is how my htaccess looks:

 

Options +FollowSymLinks

RewriteEngine on

RewriteCond %{HTTP_HOST} ^www.mydomain.pl$ [NC]

RewriteRule ^(.*)$ http://mydomain.pl/$1 [R=301,L]

Options All -Indexes

 

I have made on my server catalog/folder- "news"- and in it some news so it looks like this:

 

http://mydomain.pl/news/footbal-news.php

 

But if on main page i will try to type anything after / then i gets 404 and if i type without / then it redirects me with / and thats cool but here:

 

http://mydomain.pl/news/footbal-news.php if i type like this http://mydomain.pl/news/footbal-news.php/ or this http://mydomain.pl/news/footbal-news.php/dajhfdajdf

 

Then i dont get redirects on without / and i don't get 404

 

What do i have to put in .htaccess??

 

Help

Link to comment
https://forums.phpfreaks.com/topic/245518-htaccess-probles/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.