Re: [PHP] php links doest work when im using mod rewrite

[email protected] (Farzan Dalaee)
Newsgroups php.general
Message-ID <CAFoT97FG6HpWfGVR4pkzPGjwQXqepmCWENzXAJ-LBC4PpyDKxg@mail.gmail.com>
thanks for answer but it doesnt work
404 Not Found - http://localhost/framework/blog/files/upload/images/
but my images folder in:

http://localhost/framework/files/upload/images/


On Sun, Jun 2, 2013 at 1:11 AM, Julian Wanke <[email protected]> wrote:

> Try to add
>
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteCond %{REQUEST_FILENAME} !-d
>
> that should exclude existing files and directories from rewriting...
> Am 01.06.2013, 22:39 Uhr, schrieb Farzan Dalaee <[email protected]>:
>
>
>  i starting to use mod rewrite but all my images or js links doest work
>> my current query string is:
>> index.php?r=blog&page=2
>> i want to change it with this:
>> /blog/2
>> this is my .htaccess file
>> RewriteEngine On
>> RewriteRule ^([^/]*)/([^/]*)$ /framework/?r=$1&page=$2 [L]
>>
>> but none of my js or css cant find
>>
>> i need a way with php to make urls
>> thanks
>>
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.