If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
These forums remain online primarily for archival purposes. While posting is still possible, it should not be considered a means for support. Please login to our portal and submit a ticket if you require assistance and we'll be more than happy to assist you.
Regular updates are posted to our blog and we will continue to post important notices to the Script Security forum section here. You can subscribe to that forum to automatically receive notifications.
RewriteEngine on
RewriteRule !\.(gif|jpg|png|css)$ /home/swc/public_html/index.php
that's my code. i have an index.php file in my root directory. i also put the .htaccess file that contains the above code in the same directory. all i'm wanting is for any request for a php or html/htm file go to index.php in the root directory. from there i can handle all the info. i've put this all on the server but i can't seem to get things to work.
any help is greatly appreciated. i searched the old htaccess topics on this forum and nothing seemed to work for me. do i need to install the files somehow?
i tried what you said and got no love. i'm leaving right now for the weekend but i'll check back here sunday or monday and work on it more then. do i need to set special permissions for any of the files or anything?
i tried what was mentioned above...and i tried changing the file permissions to 775...i'm not sure what else to do. if any one has any ideas i'm open to them.
“Make everything as simple as possible, but not simpler.”
— Albert Einstein
“A designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.”
— Antoine de Saint-Exupéry
Comment