google-code-backups / rsslounge

Automatically exported from code.google.com/p/rsslounge
0 stars 0 forks source link

No CSS and no Javascript #92

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install rsslounge in /var/www/html/rsslounge
2. Going on http://my.personnal.ip/rsslounge/

What is the expected output? What do you see instead?
A page without any css and javascript 

What version of the product are you using? On what operating system?
1.7 on Fedora 15 (httpd + php + mysql) [server]
fedora 16 firefox 11 [client]

Please provide any additional information below.

http://my.personnal.ip/rsslounge/stylesheets/all.css > 404 error
http://my.personnal.ip/rsslounge/javascript/all.js   > 404 error

I copy all the content files of 'public' folder in root folder (/rsslounge)

I have now all the css and javascript loaded but nothing work. For example when 
I click on:

add stream (ajouter flux | french) there is an error shown by the firefox 
developper console:

http://my.personnal.ip/rsslounge/feed/add?newfeed=  -> 404 not found.
http://my.personnal.ip/rsslounge/settings           -> 404 not found

I think this is a problem in my .htaccess with mod_rewrite. Any idea?

Original issue reported on code.google.com by yann.co...@gmail.com on 25 Mar 2012 at 7:09

GoogleCodeExporter commented 8 years ago
Same problem...
Seems to be a .htaccess problem

For my part, just javascript/all.js is broken, stylesheets/all.css is working 
well.

Original comment by tanch...@gmail.com on 5 Apr 2012 at 2:15

GoogleCodeExporter commented 8 years ago
Default Apache2 /javascript alias overwrited the /javascript alias of RSSLounge.
Problem solved by disabling this alias in 
/etc/apache2/conf.d/javascript-common.conf

Original comment by tanch...@gmail.com on 5 Apr 2012 at 3:04